This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 82d799ad724 [Enhancement](compaction)Optimize compaction task permit allocation (#45197) add cebf6481da4 [improve](mow) merge and remove old version of delete bitmap when cumulative compaction is done on local mode (#41636) No new revisions were added by this update. Summary of changes: be/src/cloud/cloud_cumulative_compaction.cpp | 28 +---- .../action/delete_bitmap_action.cpp} | 36 +++--- .../action/delete_bitmap_action.h} | 13 +- be/src/olap/compaction.cpp | 64 ++++++++++ be/src/olap/compaction.h | 8 ++ be/src/olap/rowset/beta_rowset_writer.cpp | 3 +- be/src/olap/tablet.cpp | 10 ++ be/src/olap/tablet_meta.cpp | 18 ++- be/src/service/http_service.cpp | 21 ++-- ...paction_remove_old_version_delete_bitmap.groovy | 134 +++++++++++---------- 10 files changed, 212 insertions(+), 123 deletions(-) rename be/src/{cloud/cloud_delete_bitmap_action.cpp => http/action/delete_bitmap_action.cpp} (83%) rename be/src/{cloud/cloud_delete_bitmap_action.h => http/action/delete_bitmap_action.h} (78%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org