DaveTeng0 commented on code in PR #1047:
URL: https://github.com/apache/ratis/pull/1047#discussion_r1513824568
##########
ratis-proto/src/main/proto/Raft.proto:
##########
@@ -418,7 +425,7 @@ message RaftClientReplyProto {
}
uint64 logIndex = 14; // When the request is a write request and the reply
is success, the log index of the transaction
- repeated CommitInfoProto commitInfos = 15;
+ repeated PeerInfoProto peerInfos = 15;
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]