SzyWilliam commented on code in PR #1206:
URL: https://github.com/apache/ratis/pull/1206#discussion_r1904125313


##########
ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java:
##########
@@ -1641,9 +1645,9 @@ leaderId, getMemberId(), currentTerm, followerCommit, 
inconsistencyReplyNextInde
       state.updateConfiguration(entries);
     }
     future.join();
+    final CompletableFuture<Void> appendLog = entries.isEmpty()? 
appendLogFuture.get()

Review Comment:
   That is a tricky one. Thanks for spotting and troubleshooting 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to