hust-hhb commented on code in PR #23448: URL: https://github.com/apache/doris/pull/23448#discussion_r1308141835
########## be/src/olap/compaction.cpp: ########## @@ -693,6 +693,11 @@ Status Compaction::modify_rowsets(const Merger::Statistics* stats) { _tablet->merge_delete_bitmap(output_rowset_delete_bitmap); RETURN_IF_ERROR(_tablet->modify_rowsets(output_rowsets, _input_rowsets, true)); + if (config::tablet_rowset_stale_sweep_by_size && Review Comment: thanks for reminding me, i have move this code to the right place, take a look please. -- 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