szetszwo commented on code in PR #1250:
URL: https://github.com/apache/ratis/pull/1250#discussion_r2056603983


##########
ratis-server-api/src/main/java/org/apache/ratis/server/leader/FollowerInfo.java:
##########
@@ -112,4 +112,10 @@ public interface FollowerInfo {
 
   /** Update lastRpcResponseTime and LastRespondedAppendEntriesSendTime */
   void updateLastRespondedAppendEntriesSendTime(Timestamp sendTime);
+
+  /** Set the caughtUp flag to true. */
+  void catchUp();
+
+  /** @return true if this follower is caught up. */
+  boolean isCaughtUp();

Review Comment:
   Yes, you are totally correct -- `isBootStrapping` means `!isCaughtUp`.  😅



-- 
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