runzhiwang commented on a change in pull request #376:
URL: https://github.com/apache/incubator-ratis/pull/376#discussion_r548932645
##########
File path: ratis-proto/src/main/proto/Raft.proto
##########
@@ -392,6 +392,16 @@ message TransferLeadershipRequestProto {
RaftPeerProto newLeader = 2;
}
+message TimeoutNowRequestProto {
+ RaftRpcRequestProto serverRequest = 1;
+ uint64 leaderTerm = 2;
Review comment:
Yes, we can remove this.
----------------------------------------------------------------
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:
[email protected]