cmccabe commented on a change in pull request #10812: URL: https://github.com/apache/kafka/pull/10812#discussion_r658332589
########## File path: metadata/src/test/java/org/apache/kafka/controller/QuorumControllerTest.java ########## @@ -367,6 +435,36 @@ private void checkSnapshotContents( ); } + private void checkSnapshotSubcontent( Review comment: Can you add a short JavaDoc for this? One question here is whether this function considers it an error if the iterator contains more records than are in "expected" I think the answer is no, but can you document this? -- 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