You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/15 11:41:58 UTC

[GitHub] [pulsar] codelipenghui commented on a change in pull request #10224: [Transaction] Fix transaction log recover sequenceId problem.

codelipenghui commented on a change in pull request #10224:
URL: https://github.com/apache/pulsar/pull/10224#discussion_r613994619



##########
File path: pulsar-transaction/coordinator/src/main/proto/PulsarTransactionMetadata.proto
##########
@@ -50,4 +50,5 @@ message TransactionMetadataEntry {
   optional uint64 timeout_ms      = 8;
   optional uint64 start_time      = 9;
   optional uint64 last_modification_time = 10;
+  optional uint64 max_sequence_id = 11;

Review comment:
       Is it better to use max_local_txn_id




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org