This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-50343-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 23623e7a457 branch-3.0: [fix](replica) skip missing version should care catchup #49999 (#50087) add 67db3911013 [fix](path gc) Fix path gc race with publish task (#50343) No new revisions were added by this update. Summary of changes: be/src/olap/data_dir.cpp | 8 ++ be/src/olap/olap_server.cpp | 13 +++- be/src/olap/tablet.cpp | 1 - be/src/olap/task/engine_publish_version_task.cpp | 87 +++++++++++++--------- be/src/olap/txn_manager.cpp | 10 ++- be/src/olap/txn_manager.h | 6 +- be/test/olap/delta_writer_cluster_key_test.cpp | 8 +- be/test/olap/delta_writer_test.cpp | 23 ++++-- .../olap/engine_storage_migration_task_test.cpp | 7 +- be/test/olap/segment_cache_test.cpp | 8 +- be/test/olap/tablet_cooldown_test.cpp | 7 +- be/test/olap/txn_manager_test.cpp | 14 +++- be/test/runtime/snapshot_loader_test.cpp | 4 +- .../test_path_gc_with_publish_version.groovy | 77 +++++++++++++++++++ 14 files changed, 204 insertions(+), 69 deletions(-) create mode 100644 regression-test/suites/path_gc_p0/test_path_gc_with_publish_version.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org