ByteYue opened a new issue, #16139: URL: https://github.com/apache/doris/issues/16139
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version commit id: d062ca2944763d7f9629a5eb20822dcfbe3f43d0 compiled with asan using clang ### What's Wrong? BE would crash when trying to do vertical compaction. After searching the log i found out that it was all about the row_count and _num_rows_written check assert as follows.   Then i searched the tablet doing vertical compaction using the tablet id in BE.INFO log.  It is owned by table delete_sign_test.  And i see that this table is with one `__DORIS_DELETE_SIGN__ `.   Then i think this bug is due to the inconsistent rows nums with key and value column. ### What You Expected? Do the vertical compaction successfully. ### How to Reproduce? First, you need to type all the stmts inside `delete_p0/test_delete_sign_unique.sql`, then you have to wait for the compaction task to begin... I know it sounds stupid, i tried to trigger the compaction manually using compaction http action then i failed cause the version didn't meet the requirement. ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org