gongxuanzhang commented on code in PR #15928:
URL: https://github.com/apache/kafka/pull/15928#discussion_r1597971784


##########
core/src/test/java/kafka/test/junit/RaftClusterInvocationContext.java:
##########
@@ -111,6 +111,9 @@ public List<Extension> getAdditionalExtensions() {
                 cluster.format();
                 if (clusterConfig.isAutoStart()) {
                     cluster.startup();
+                    if(!clusterInstance.started.compareAndSet(false,true)){

Review Comment:
   Of course, sorry, I just don't want to change the previous code, I will 
resubmit it later



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