lokeshj1703 commented on a change in pull request #185:
URL: https://github.com/apache/incubator-ratis/pull/185#discussion_r484376861
##########
File path:
ratis-server/src/main/java/org/apache/ratis/server/impl/LogAppender.java
##########
@@ -221,11 +221,12 @@ private TermIndex getPrevious(long nextIndex) {
return null;
}
- protected AppendEntriesRequestProto createRequest(long callId) throws
RaftLogIOException {
+ protected AppendEntriesRequestProto createRequest(long callId,
+ boolean heartbeat) throws RaftLogIOException {
Review comment:
addressed it in the latest commit.
----------------------------------------------------------------
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]