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 7b2c6263c97 [Fix](template) Fix potential unexpected implicit convert in function call (#49031) add ed37804cad3 [improve](mow) refactor mow update lock for compaction to reduce txn conflict (#48024) No new revisions were added by this update. Summary of changes: be/src/cloud/cloud_meta_mgr.cpp | 5 +- cloud/src/common/config.h | 2 + cloud/src/meta-service/keys.cpp | 14 +- cloud/src/meta-service/keys.h | 5 +- cloud/src/meta-service/meta_service.cpp | 467 +++++++++++++++------ cloud/src/meta-service/meta_service.h | 2 + cloud/src/meta-service/meta_service_job.cpp | 230 ++++++---- cloud/src/recycler/recycler.cpp | 13 + cloud/test/meta_service_job_test.cpp | 53 ++- cloud/test/meta_service_test.cpp | 317 ++++++++++++++ cloud/test/recycler_test.cpp | 44 ++ .../transaction/CloudGlobalTransactionMgr.java | 6 +- gensrc/proto/cloud.proto | 4 + 13 files changed, 938 insertions(+), 224 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org