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



##########
File path: raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientTest.java
##########
@@ -137,6 +137,65 @@ public void 
testRejectVotesFromSameEpochAfterResigningCandidacy() throws Excepti
         context.assertSentVoteResponse(Errors.NONE, epoch, 
OptionalInt.empty(), false);
     }
 
+    @Test
+    public void testGrantVotesFromHigherEpochAfterResigningLeadership() throws 
Exception {

Review comment:
       Thank you for your reminder, done. PTAL again.




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