cmccabe commented on code in PR #14628:
URL: https://github.com/apache/kafka/pull/14628#discussion_r1373813203


##########
core/src/test/java/kafka/testkit/KafkaClusterTestKit.java:
##########
@@ -227,8 +231,12 @@ public KafkaClusterTestKit build() throws Exception {
                     setupNodeDirectories(baseDirectory, 
node.metadataDirectory(), Collections.emptyList());
                     BootstrapMetadata bootstrapMetadata = BootstrapMetadata.
                         fromVersion(nodes.bootstrapMetadataVersion(), 
"testkit");
+                    MetaPropertiesEnsemble metaPropertiesEnsemble = new 
MetaPropertiesEnsemble.Loader().
+                        setLoadMissingBehavior(LoadMissingBehavior.EXCEPTION).
+                        addMetadataLogDir(node.metadataDirectory()).

Review Comment:
   Yes, this was left over from some earlier code, sorry. Removed.



-- 
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

Reply via email to