DaveTeng0 commented on code in PR #1047:
URL: https://github.com/apache/ratis/pull/1047#discussion_r1513824473
##########
ratis-proto/src/main/proto/Raft.proto:
##########
@@ -175,6 +175,13 @@ message CommitInfoProto {
uint64 commitIndex = 2;
}
+message PeerInfoProto {
+ CommitInfoProto commitInfo = 1;
+ uint64 appliedIndex = 2;
+ uint64 currentTerm = 3;
+ uint64 snapshotIndex = 4;
+}
Review Comment:
sure, updated!
--
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]