zhannngchen commented on code in PR #37558: URL: https://github.com/apache/doris/pull/37558#discussion_r1670524380
########## be/src/cloud/cloud_base_compaction.cpp: ########## @@ -297,6 +297,14 @@ Status CloudBaseCompaction::modify_rowsets() { _input_rowsets, _output_rowset, _rowid_conversion, compaction_type(), _stats.merged_rows, initiator, output_rowset_delete_bitmap, _allow_delete_in_cumu_compaction)); + LOG_INFO("update delete bitmap in CloudBaseCompaction, tablet_id={}, range=[{}-{}]", + _tablet->tablet_id(), _input_rowsets.front()->start_version(), + _input_rowsets.back()->end_version()) + .tag("job_id", _uuid) + .tag("input_rowsets", _input_rowsets.size()) + .tag("input_rows", _input_row_num) + .tag("input_segments", _input_segments) + .tag("update_bitmap_size", output_rowset_delete_bitmap->delete_bitmap.size()); Review Comment: should print the initiator id as well -- 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 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