liaoxin01 commented on code in PR #23448:
URL: https://github.com/apache/doris/pull/23448#discussion_r1307152334
##########
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:
Do other table models need to do the same operation?
##########
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:
Do other table models need to do the same operation?
--
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]