mymeiyi commented on code in PR #34721: URL: https://github.com/apache/doris/pull/34721#discussion_r1619789910
########## gensrc/proto/cloud.proto: ########## @@ -646,6 +648,15 @@ message CommitTxnRequest { // merge-on-write table ids repeated int64 mow_table_ids = 6; repeated int64 base_tablet_ids= 7; // all tablet from base tables (excluding mv) + // for transaction load + optional bool is_txn_load = 9; + repeated SubTxnInfo sub_txn_infos = 10; +} + +message SubTxnInfo { + optional int64 sub_txn_id = 1; + optional int64 table_id = 2; + repeated int64 base_tablet_ids= 3; Review Comment: The Coordinator::updateCommitInfos ensure it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org