szetszwo commented on a change in pull request #376:
URL: https://github.com/apache/incubator-ratis/pull/376#discussion_r548938209
##########
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:
> Do we also rename all the string TimeoutNow to StartLeaderElection ?
...
Yes, thanks. "Timeout" is too general.
----------------------------------------------------------------
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]