This is an automated email from the ASF dual-hosted git repository. gavinchou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 645268ef3e9 [fix](cloud) cloud group commit should skip repaly wal if label is already used and the txn state is committed or visible (#41262) add 098790b0bf7 [feature](cloud) Add more ut and bvar for txn lazy commit (#40486) No new revisions were added by this update. Summary of changes: cloud/src/common/bvars.cpp | 1 + cloud/src/common/bvars.h | 1 + cloud/src/common/config.h | 2 +- cloud/src/meta-service/meta_service.cpp | 4 + cloud/src/meta-service/meta_service.h | 4 + cloud/src/meta-service/meta_service_http.cpp | 31 + cloud/src/meta-service/meta_service_txn.cpp | 70 +- cloud/src/meta-service/txn_lazy_committer.cpp | 34 +- cloud/src/recycler/recycler.cpp | 1 + cloud/test/CMakeLists.txt | 2 +- cloud/test/meta_service_http_test.cpp | 34 + cloud/test/txn_lazy_commit_test.cpp | 1639 ++++++++++++++++++++++++- 12 files changed, 1782 insertions(+), 41 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org