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 3119a0867a0 [opt](arrow-flight-sql) Add config 
`arrow_flight_result_sink_buffer_size_rows` (#38221)
     add 7c459121502 (cloud-merge) Support to abort txn when coordinate be 
restart and do schema change (#37669)

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/meta-service/meta_service.h              |  13 +
 cloud/src/meta-service/meta_service_txn.cpp        | 297 ++++++++++++++++-----
 cloud/test/meta_service_test.cpp                   |  74 +++++
 .../main/java/org/apache/doris/common/Config.java  |  10 +
 .../java/org/apache/doris/alter/RollupJobV2.java   |  24 +-
 .../org/apache/doris/alter/SchemaChangeJobV2.java  |  24 +-
 .../apache/doris/cloud/rpc/MetaServiceClient.java  |  11 +
 .../apache/doris/cloud/rpc/MetaServiceProxy.java   |  10 +
 .../transaction/CloudGlobalTransactionMgr.java     |  52 +++-
 .../java/org/apache/doris/system/HeartbeatMgr.java |   3 +-
 .../doris/transaction/DatabaseTransactionMgr.java  |  23 ++
 .../doris/transaction/GlobalTransactionMgr.java    |  55 ++++
 .../transaction/GlobalTransactionMgrIface.java     |   3 +
 gensrc/proto/cloud.proto                           |  13 +
 .../ddl/lineorder_create.sql                       |   0
 .../ddl/lineorder_delete.sql                       |   0
 .../ddl/lineorder_load.sql                         |   0
 .../test_abort_txn_by_be_cloud1.groovy             | 164 ++++++++++++
 .../test_abort_txn_by_be_cloud2.groovy             | 164 ++++++++++++
 .../test_abort_txn_by_be_local5.groovy             | 165 ++++++++++++
 .../test_abort_txn_by_be_local6.groovy             | 165 ++++++++++++
 .../test_abort_txn_by_fe_cloud4.groovy             | 104 ++++++++
 .../test_abort_txn_by_fe_local3.groovy             | 105 ++++++++
 25 files changed, 1396 insertions(+), 85 deletions(-)
 copy regression-test/suites/{ssb_sf100_p2 => 
schema_change_p0}/ddl/lineorder_create.sql (100%)
 copy regression-test/suites/{unique_with_mow_c_p0/ssb_unique_sql_zstd => 
schema_change_p0}/ddl/lineorder_delete.sql (100%)
 copy regression-test/suites/{ssb_sf100_p2 => 
schema_change_p0}/ddl/lineorder_load.sql (100%)
 create mode 100644 
regression-test/suites/schema_change_p0/test_abort_txn_by_be_cloud1.groovy
 create mode 100644 
regression-test/suites/schema_change_p0/test_abort_txn_by_be_cloud2.groovy
 create mode 100644 
regression-test/suites/schema_change_p0/test_abort_txn_by_be_local5.groovy
 create mode 100644 
regression-test/suites/schema_change_p0/test_abort_txn_by_be_local6.groovy
 create mode 100644 
regression-test/suites/schema_change_p0/test_abort_txn_by_fe_cloud4.groovy
 create mode 100644 
regression-test/suites/schema_change_p0/test_abort_txn_by_fe_local3.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to