This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 18fe27903c0 [enhance](mtmv)Add a new class MTMVSnapshotIdSnapshot to make the code more readable (#47166) add 0b06f892b23 [Fix](cloud-mow) Compaciton should release delete bitmap lock when abort fail (#47766) No new revisions were added by this update. Summary of changes: be/src/cloud/cloud_base_compaction.cpp | 19 ++-- be/src/cloud/cloud_base_compaction.h | 3 +- be/src/cloud/cloud_cumulative_compaction.cpp | 33 ++++--- be/src/cloud/cloud_cumulative_compaction.h | 3 +- be/src/cloud/cloud_full_compaction.cpp | 20 ++--- be/src/cloud/cloud_full_compaction.h | 3 +- be/src/cloud/cloud_meta_mgr.cpp | 17 ++-- be/src/cloud/cloud_meta_mgr.h | 4 +- be/src/cloud/cloud_tablet.cpp | 2 +- be/src/cloud/config.cpp | 2 +- be/src/cloud/config.h | 2 +- be/src/olap/compaction.cpp | 31 +++++-- be/src/olap/compaction.h | 10 ++- cloud/src/meta-service/meta_service.cpp | 71 +++++++++++---- cloud/src/meta-service/meta_service_job.cpp | 4 +- .../test_compaction_fail_release_lock.out} | Bin 191 -> 230 bytes ...vy => test_compaction_fail_release_lock.groovy} | 96 +++++++-------------- 17 files changed, 170 insertions(+), 150 deletions(-) copy regression-test/data/{unique_with_mow_p0/test_seq_type_rename_col.out => compaction/test_compaction_fail_release_lock.out} (80%) copy regression-test/suites/compaction/{test_compaction_update_big_delete_bitmap.groovy => test_compaction_fail_release_lock.groovy} (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org