TaiJuWu commented on code in PR #16127:
URL: https://github.com/apache/kafka/pull/16127#discussion_r1667203653


##########
core/src/test/java/kafka/testkit/KafkaClusterTestKit.java:
##########
@@ -356,18 +357,19 @@ private static void setupNodeDirectories(File 
baseDirectory,
     private final TestKitNodes nodes;
     private final Map<Integer, ControllerServer> controllers;
     private final Map<Integer, BrokerServer> brokers;
+
     private final ControllerQuorumVotersFutureManager 
controllerQuorumVotersFutureManager;
     private final File baseDirectory;
     private final SimpleFaultHandlerFactory faultHandlerFactory;
 
     private KafkaClusterTestKit(
-        ExecutorService executorService,
-        TestKitNodes nodes,
-        Map<Integer, ControllerServer> controllers,
-        Map<Integer, BrokerServer> brokers,
-        ControllerQuorumVotersFutureManager 
controllerQuorumVotersFutureManager,
-        File baseDirectory,
-        SimpleFaultHandlerFactory faultHandlerFactory
+            ExecutorService executorService,

Review Comment:
   Ok. Please wait a moment.



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