liaoxin01 opened a new pull request, #19713:
URL: https://github.com/apache/doris/pull/19713
# Proposed changes
Issue Number: close #xxx
## Problem summary
```
F0516 14:24:15.818387 1727197 compaction.cpp:528] Check failed: false
cumulative compaction: the merged rows(1826) is not equal to missed rows(0) in
rowid conversion, tablet_id: 1766259, table_id:1766015
*** Check failure stack trace: ***
@ 0x5651b82e6f0d google::LogMessage::Fail()
@ 0x5651b82e9449 google::LogMessage::SendToLog()
@ 0x5651b82e6a76 google::LogMessage::Flush()
@ 0x5651b82e9ab9 google::LogMessageFatal::~LogMessageFatal()
@ 0x5651993b14e2 doris::Compaction::modify_rowsets()
@ 0x5651993aa2d8 doris::Compaction::do_compaction_impl()
@ 0x5651993a4ed9 doris::Compaction::do_compaction()
@ 0x56519aa0bd7b doris::CumulativeCompaction::execute_compact_impl()
@ 0x5651993a44eb doris::Compaction::execute_compact()
@ 0x56519aacd46b doris::Tablet::execute_compaction()
@ 0x565199289cd6
doris::StorageEngine::_submit_compaction_task()::$_0::operator()()
```
The `rowset_ids_to_add` parameter passed in to the `calc_delete_bitmap`
function is null, resulting in the delete bitmap of previous rowset not being
calculated.
This problem was introduced by: #17542
## Checklist(Required)
* [ ] Does it affect the original behavior
* [ ] Has unit tests been added
* [ ] Has document been added or modified
* [ ] Does it need to update dependencies
* [ ] Is this PR support rollback (If NO, please explain WHY)
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[[email protected]](mailto:[email protected]) by explaining why you
chose the solution you did and what alternatives you considered, etc...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]