dielhennr commented on a change in pull request #10480: URL: https://github.com/apache/kafka/pull/10480#discussion_r621630725
########## File path: raft/src/test/java/org/apache/kafka/raft/internals/BatchAccumulatorTest.java ########## @@ -354,6 +484,7 @@ public void testDrainDoesNotBlockWithConcurrentAppend() throws Exception { completedBatch.data.batches().forEach(recordBatch -> { assertEquals(leaderEpoch, recordBatch.partitionLeaderEpoch()); }); }); + acc.close(); Review comment: Hmm, not sure how I ended up adding that there -- 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