peterxcli commented on code in PR #1490: URL: https://github.com/apache/ratis/pull/1490#discussion_r3523300607
########## ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java: ########## @@ -168,9 +168,6 @@ class RaftServerImpl implements RaftServer.Division, static final String START_LEADER_ELECTION = CLASS_NAME + ".startLeaderElection"; static final String START_COMPLETE = CLASS_NAME + ".startComplete"; - static final CompletableFuture<RaftClientReply> DUMMY_SUCCESS_REPLY - = CompletableFuture.completedFuture(RaftClientReply.newBuilder().setSuccess().build()); - Review Comment: [`8bb145c` (this PR)](https://github.com/apache/ratis/pull/1490/commits/8bb145c72ace649a9027bd41352f8b42c8d21387) -- 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]
