jsancio commented on a change in pull request #10085: URL: https://github.com/apache/kafka/pull/10085#discussion_r623366415
########## File path: core/src/main/scala/kafka/tools/TestRaftServer.scala ########## @@ -226,7 +232,11 @@ class TestRaftServer( reader.close() } - case _ => + case HandleSnapshot(reader) => + // Ignore snapshots; only interested on records appended by this leader Review comment: Fixed. -- 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