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 1062a765ec9 [fix](cloud) dup FDCache reset before FileCache dtor causing crash (#48915) add 284f3d1ee28 [Fix](cloud) Fix dup key problem when `enable_new_tablet_do_compaction=true` (#48399) No new revisions were added by this update. Summary of changes: be/src/cloud/cloud_compaction_stop_token.cpp | 125 ++++++++++++++++++ .../cloud_compaction_stop_token.h} | 24 ++-- .../cloud/cloud_cumulative_compaction_policy.cpp | 7 +- be/src/cloud/cloud_schema_change_job.cpp | 7 + be/src/cloud/cloud_storage_engine.cpp | 64 +++++++++ be/src/cloud/cloud_storage_engine.h | 8 ++ cloud/src/meta-service/meta_service_job.cpp | 79 +++++++++++- gensrc/proto/cloud.proto | 1 + ...ut => test_cloud_mow_new_tablet_compaction.out} | Bin 171 -> 206 bytes .../test_cloud_mow_new_tablet_compaction.groovy | 143 +++++++++++++++++++++ 10 files changed, 445 insertions(+), 13 deletions(-) create mode 100644 be/src/cloud/cloud_compaction_stop_token.cpp copy be/src/{http/action/show_hotspot_action.h => cloud/cloud_compaction_stop_token.h} (67%) copy regression-test/data/fault_injection_p0/cloud/{test_cloud_partial_update_update_tmp_rowset_fail.out => test_cloud_mow_new_tablet_compaction.out} (69%) create mode 100644 regression-test/suites/fault_injection_p0/cloud/test_cloud_mow_new_tablet_compaction.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org