kevin-wu24 commented on code in PR #19589:
URL: https://github.com/apache/kafka/pull/19589#discussion_r2070589768


##########
raft/src/main/java/org/apache/kafka/raft/FollowerState.java:
##########
@@ -42,6 +42,8 @@ public class FollowerState implements EpochState {
     private final Timer fetchTimer;
     // Used to track when to send another update voter request
     private final Timer updateVoterPeriodTimer;
+    // Used to track when to send another add or remove voter request
+    private final Timer addRemoveVoterPeriodTimer;

Review Comment:
   I agree they are mutually exclusive since we cannot be an observer and a 
voter at the same time. I will remove 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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to