aloknnikhil commented on a change in pull request #9916:
URL: https://github.com/apache/kafka/pull/9916#discussion_r561376605
##########
File path: raft/src/test/java/org/apache/kafka/raft/RaftEventSimulationTest.java
##########
@@ -750,9 +748,9 @@ void start(int nodeId) {
PersistentState persistentState = nodes.get(nodeId);
MockNetworkChannel channel = new
MockNetworkChannel(correlationIdCounter);
MockMessageQueue messageQueue = new MockMessageQueue();
- List<Node> voterNodes = voterNodesFromIds(voters,
Cluster::nodeAddress);
- RaftConfig raftConfig = buildRaftConfig(REQUEST_TIMEOUT_MS,
RETRY_BACKOFF_MS, ELECTION_TIMEOUT_MS,
- ELECTION_JITTER_MS, FETCH_TIMEOUT_MS, LINGER_MS,
voterNodes);
+ Map<Integer, InetSocketAddress> voterNodes =
voterNodesFromIds(voters, Cluster::nodeAddress);
Review comment:
Done
----------------------------------------------------------------
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:
[email protected]