runzhiwang commented on a change in pull request #376:
URL: https://github.com/apache/incubator-ratis/pull/376#discussion_r548932396
##########
File path:
ratis-server-api/src/main/java/org/apache/ratis/server/protocol/RaftServerProtocol.java
##########
@@ -34,4 +36,6 @@
AppendEntriesReplyProto appendEntries(AppendEntriesRequestProto request)
throws IOException;
InstallSnapshotReplyProto installSnapshot(InstallSnapshotRequestProto
request) throws IOException;
+
+ TimeoutNowReplyProto timeoutNow(TimeoutNowRequestProto request) throws
IOException;
Review comment:
@szetszwo Do we also rename all the string TimeoutNow to
StartLeaderElection ? such as TimeoutNowRequestProto to
StartLeaderElectionRequestProto and TimeoutNowReplyProto to
StartLeaderElectionReplyProto.
----------------------------------------------------------------
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]