adoroszlai commented on code in PR #1097:
URL: https://github.com/apache/ratis/pull/1097#discussion_r1609570763
##########
ratis-test/src/test/java/org/apache/ratis/RaftLogTruncateTests.java:
##########
@@ -178,9 +179,11 @@ void runTestLogTruncate(MiniRaftCluster cluster,
RaftServer.Division oldLeader,
LOG.info("done");
}
- // kill the old leader
+ // kill remaining peers
LOG.info("Before killServer {}: {}", oldLeader.getId(),
cluster.printServers());
Review Comment:
Match `After killServer` message?
```suggestion
LOG.info("Before killServer {}: {}", remainingPeers,
cluster.printServers());
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]