dengziming commented on a change in pull request #9531:
URL: https://github.com/apache/kafka/pull/9531#discussion_r514945125



##########
File path: raft/src/main/java/org/apache/kafka/raft/KafkaRaftClient.java
##########
@@ -1543,9 +1516,40 @@ private long maybeAppendBatches(
         return timeUnitFlush;
     }
 
+    private long pollResigned(long currentTimeMs) throws IOException {
+        GracefulShutdown shutdown = this.shutdown.get();
+        ResignedState state = quorum.resignedStateOrThrow();
+
+        long endQuorumBackoffMs = maybeSendRequests(

Review comment:
       If the cluster resigns from candidateState, it will also send 
EndQuorumEpochRequest to all voters?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to