nizhikov commented on code in PR #16106:
URL: https://github.com/apache/kafka/pull/16106#discussion_r1631291202


##########
raft/src/test/java/org/apache/kafka/raft/LeaderStateTest.java:
##########
@@ -44,25 +48,26 @@
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
 public class LeaderStateTest {
-    private final int localId = 0;
-    private final int epoch = 5;
+    private final Entry<Integer, VoterSet.VoterNode> localId = entry(0);
+    private final Entry<Integer, VoterSet.VoterNode> epoch = entry(5);

Review Comment:
   I will fix it a little bit later. Now struggling with the 
`DescribeQuorumRequestTes`.



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