gavinchou commented on code in PR #67820:
URL: https://github.com/apache/doris/pull/67820#discussion_r3991269646


##########
gensrc/proto/cloud.proto:
##########
@@ -1256,6 +1263,38 @@ message CheckTxnConflictResponse {
     repeated TxnInfoPB conflict_txns = 3;
 }
 
+message GetTsoRecoveryTransactionsRequest {
+    optional string cloud_unique_id = 1; // For auth
+    // Exclusive transaction-ID bound, fixed for the complete recovery scan.
+    optional int64 end_txn_id = 2;

Review Comment:
   txn_id is not guaranteed monitonically incremented. should not make this 
assumption



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to