This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch auto-pick-47629-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 1461b3d7460 Merge branch 'branch-3.0' into auto-pick-47629-branch-3.0 add 9c78d4f7da0 [fix](cloud-mow)Add more calculate delete bitmap fail case (#49090) add 1b3f158095f branch-3.0: [fix](memory) Fix LRUCachePolicy initialization and registration order #49117 (#49124) add 01ea3264793 Merge branch 'branch-3.0' into auto-pick-47629-branch-3.0 No new revisions were added by this update. Summary of changes: .../cloud/cloud_engine_calc_delete_bitmap_task.cpp | 3 +- be/src/cloud/cloud_meta_mgr.cpp | 5 + be/src/cloud/cloud_stream_load_executor.cpp | 4 +- be/src/runtime/memory/cache_policy.cpp | 1 - be/src/runtime/memory/lru_cache_policy.h | 2 + .../main/java/org/apache/doris/catalog/Table.java | 4 + .../transaction/CloudGlobalTransactionMgr.java | 34 ++- ...test_cloud_mow_stream_load_with_commit_fail.out | Bin 134 -> 446 bytes .../fault_injection_p0/cloud/test_stream_load0.csv | 2 + .../fault_injection_p0/cloud/test_stream_load1.csv | 2 + .../fault_injection_p0/cloud/test_stream_load2.csv | 2 + .../fault_injection_p0/cloud/test_stream_load3.csv | 2 + .../fault_injection_p0/cloud/test_stream_load4.csv | 2 + .../fault_injection_p0/cloud/test_stream_load5.csv | 2 + .../fault_injection_p0/cloud/test_stream_load6.csv | 2 + .../fault_injection_p0/cloud/test_stream_load7.csv | 2 + ...t_cloud_mow_stream_load_with_commit_fail.groovy | 340 +++++++++++++++++++-- 17 files changed, 375 insertions(+), 34 deletions(-) create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load0.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load1.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load2.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load3.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load4.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load5.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load6.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load7.csv --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org