gaurav-narula commented on code in PR #15136: URL: https://github.com/apache/kafka/pull/15136#discussion_r1568883111
########## core/src/test/java/kafka/testkit/BrokerNode.java: ########## @@ -81,8 +82,7 @@ public BrokerNode build( logDataDirectories = Collections. singletonList(String.format("combined_%d", id)); } else { - logDataDirectories = Collections. - singletonList(String.format("broker_%d_data0", id)); + logDataDirectories = Collections.unmodifiableList(Arrays.asList(String.format("broker_%d_data0", id), String.format("broker_%d_data1", id))); Review Comment: Rebased to use the new method in the builder -- 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