jsancio commented on a change in pull request #10431: URL: https://github.com/apache/kafka/pull/10431#discussion_r630364576
########## File path: raft/src/main/java/org/apache/kafka/snapshot/FileRawSnapshotReader.java ########## @@ -54,8 +54,12 @@ public Records records() { } @Override - public void close() throws IOException { - fileRecords.close(); + public void close() { Review comment: I created https://issues.apache.org/jira/browse/KAFKA-12773 -- 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