This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-57198-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from e50161775d6 branch-4.0: [bugfix](be) should not use cpu init in
config's valadator #58669 (#58693)
add 07d21507e8e [fix](load) Fix the idempotence of the createPartition
RPC, ensure consistent tablet replica information in one txn (#57198)
No new revisions were added by this update.
Summary of changes:
be/src/vec/sink/vrow_distribution.cpp | 5 +
.../transaction/CloudGlobalTransactionMgr.java | 9 ++
.../apache/doris/service/FrontendServiceImpl.java | 93 +++++++++++++++-
.../transaction/AutoPartitionCacheManager.java | 122 +++++++++++++++++++++
.../doris/transaction/GlobalTransactionMgr.java | 10 ++
.../transaction/GlobalTransactionMgrIface.java | 2 +
gensrc/thrift/FrontendService.thrift | 2 +
.../test_create_partition_idempotence.groovy | 94 ++++++++++++++++
.../test_auto_partition_idempotence.groovy | 89 +++++++++++++++
9 files changed, 420 insertions(+), 6 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/transaction/AutoPartitionCacheManager.java
create mode 100644
regression-test/suites/cloud_p0/tablets/test_create_partition_idempotence.groovy
create mode 100644
regression-test/suites/partition_p0/auto_partition/test_auto_partition_idempotence.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]