bobhan1 commented on code in PR #37558: URL: https://github.com/apache/doris/pull/37558#discussion_r1671456064
########## 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: > plz print the lock id for load job's update_delete_bitmap call lock_id is always -1 for compaction job -- 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