kamalcph commented on code in PR #14285: URL: https://github.com/apache/kafka/pull/14285#discussion_r1305531553
########## storage/src/test/java/org/apache/kafka/tiered/storage/TieredStorageTestContext.java: ########## @@ -309,7 +310,5 @@ public void printReport(PrintStream output) { @Override public void close() throws IOException { - Utils.closeAll(producer, consumer); Review Comment: clients are created using harness (harness.createConsumer), so they are auto-closed on tear-down. This is one of the follow-up [comment](https://github.com/apache/kafka/pull/14116#discussion_r1294668715) from PR #14116. -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org