This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch auto-pick-59425-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from d556b6e2ee4 branch-4.0: [Fix](StreamingJob) fix create table issues 
when create streaming job #59828 (#59853)
     add 9918ecad270 [fix](transaction) ensure executing before/after abort 
when abort transaction in cloud mode (#59425)

No new revisions were added by this update.

Summary of changes:
 cloud/src/common/bvars.cpp                         |   5 +
 cloud/src/common/bvars.h                           |   3 +
 cloud/src/meta-service/meta_service.h              |  13 +++
 cloud/src/meta-service/meta_service_txn.cpp        |  85 ++++++++++++++++
 cloud/test/meta_service_test.cpp                   | 109 +++++++++++++++++++++
 .../apache/doris/cloud/rpc/MetaServiceClient.java  |  13 +++
 .../apache/doris/cloud/rpc/MetaServiceProxy.java   |   5 +
 .../transaction/CloudGlobalTransactionMgr.java     |  81 +++++++++------
 .../load/routineload/RoutineLoadTaskInfo.java      |  15 ++-
 .../java/org/apache/doris/system/HeartbeatMgr.java |   9 ++
 gensrc/proto/cloud.proto                           |  14 +++
 .../regression/util/RoutineLoadTestUtils.groovy    |   4 +-
 ....groovy => test_routine_load_be_restart.groovy} |  35 +++++--
 13 files changed, 344 insertions(+), 47 deletions(-)
 copy 
regression-test/suites/load_p0/routine_load/{test_routine_load_delay_schedule.groovy
 => test_routine_load_be_restart.groovy} (66%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to