hachikuji commented on a change in pull request #10085: URL: https://github.com/apache/kafka/pull/10085#discussion_r624139510
########## File path: raft/src/test/java/org/apache/kafka/raft/RaftEventSimulationTest.java ########## @@ -966,6 +967,54 @@ public void verify() { } } + private static class SnapshotAtLogStart implements Invariant { Review comment: Is there any noticeable change in simulation run time? It looks reasonable, but thought I'd check. -- 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