133tosakarin commented on code in PR #1143: URL: https://github.com/apache/ratis/pull/1143#discussion_r1742412547
########## ratis-server/src/main/java/org/apache/ratis/server/impl/RaftServerImpl.java: ########## @@ -1513,6 +1513,10 @@ public CompletableFuture<AppendEntriesReplyProto> appendEntriesAsync( } } + public boolean initializing() { + return !startComplete.get(); + } Review Comment: Ok, I will refer to this way. -- 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: issues-unsubscr...@ratis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org