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 3d3c626ce44 [improve](group commit)Print file size when replaying wal (#50688) add 7d4cfa024dc [improve](cloud-mow)Add white list for delete bitmap update lock version (#50173) No new revisions were added by this update. Summary of changes: cloud/src/common/config.h | 7 +- cloud/src/common/configbase.cpp | 9 +- cloud/src/common/configbase.h | 3 + cloud/src/meta-service/CMakeLists.txt | 1 + .../meta-service/delete_bitmap_lock_white_list.cpp | 84 +++ .../delete_bitmap_lock_white_list.h} | 26 +- cloud/src/meta-service/meta_service.cpp | 153 ++-- cloud/src/meta-service/meta_service.h | 24 +- cloud/src/meta-service/meta_service_job.cpp | 36 +- cloud/test/meta_service_http_test.cpp | 114 +++ cloud/test/meta_service_job_test.cpp | 825 ++++++++++++++++++--- cloud/test/recycler_test.cpp | 2 +- 12 files changed, 1059 insertions(+), 225 deletions(-) create mode 100644 cloud/src/meta-service/delete_bitmap_lock_white_list.cpp copy cloud/src/{recycler/white_black_list.h => meta-service/delete_bitmap_lock_white_list.h} (61%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org