-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](compaction) fix compaction core dump when enable skip_writing_empty_rowset_metadata #55837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
…mpty_rowset_metadata
c9601d4 to
b81cb9f
Compare
|
run buildall |
dataroaring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 34406 ms |
TPC-DS: Total hot run time: 187293 ms |
ClickBench: Total hot run time: 30.13 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run cloud_p0 5 |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
1 similar comment
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
…mpty_rowset_metadata (apache#55837) Rowsets generated by multiple empty rowset compactions may also lack resource id, and this condition was missed in the DCHECK.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #55742
Problem Summary:
Rowsets generated by multiple empty rowset compactions may also lack resource id, and this condition was missed in the DCHECK.
F20250909 15:32:51.967670 309276 compaction.cpp:1575] Check failed: rowset->is_hole_rowset() || rowset->end_version() == 1 Non-hole rowset with version != [0-1] must have non-empty resource_id, rowset_id=0200000000000346484eac5c34cb52957cfa7d080c595eba, version=[2-6], is_hole_rowset=0, tablet_id=1757390702458
*** Check failure stack trace: ***
@ 0x5605002a49cf google::LogMessage::SendToLog()
@ 0x56050029afe0 google::LogMessage::Flush()
@ 0x56050029e6d9 google::LogMessageFatal::~LogMessageFatal()
@ 0x5604e9c77880 doris::CloudCompactionMixin::construct_output_rowset_writer()
@ 0x5604e9c7e2d0 doris::Compaction::merge_input_rowsets()
@ 0x5604e9cae844 doris::CloudCompactionMixin::execute_compact_impl()
@ 0x5604e9c74575 doris::CloudCompactionMixin::execute_compact()
@ 0x5605000be3fb doris::CloudCumulativeCompaction::execute_compact()
@ 0x56050007b679 std::_Function_handler<>::_M_invoke()
@ 0x5604ebdad1f3 doris::ThreadPool::dispatch_thread()
@ 0x5604ebd8a267 doris::Thread::supervise_thread()
@ 0x5604e75c2d27 asan_thread_start()
@ 0x7fd555ff1ac3 (unknown)
@ 0x7fd556083850 (unknown)
@ (nil) (unknown)
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)