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 c596e81416c [fix](cluster key) skip unsupported case (#45579) add 22400530cc0 [Fix](merge-on-write) Should update pending delete bitmap KVs in MS when no need to calc delete bitmaps in publish phase (#46039) No new revisions were added by this update. Summary of changes: .../cloud/cloud_engine_calc_delete_bitmap_task.cpp | 9 +- be/src/cloud/cloud_tablet.cpp | 38 ++++-- be/src/cloud/cloud_tablet.h | 3 + cloud/src/meta-service/meta_service.cpp | 1 + cloud/src/meta-service/meta_service_txn.cpp | 31 +++++ cloud/test/meta_service_test.cpp | 139 ++++++++++++++++++++- gensrc/proto/cloud.proto | 2 + ...ending_delete_bitmaps_removed_by_other_txn.out} | 2 +- ...ing_delete_bitmaps_removed_by_other_txn.groovy} | 59 +++++---- 9 files changed, 242 insertions(+), 42 deletions(-) copy regression-test/data/fault_injection_p0/cloud/{test_cloud_mow_insert_timeout.out => test_cloud_pending_delete_bitmaps_removed_by_other_txn.out} (93%) copy regression-test/suites/fault_injection_p0/cloud/{test_cloud_mow_stale_resp_load_load_conflict.groovy => test_cloud_pending_delete_bitmaps_removed_by_other_txn.groovy} (53%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org