chickenchickenlove commented on code in PR #15926:
URL: https://github.com/apache/kafka/pull/15926#discussion_r1632188911


##########
metadata/src/main/java/org/apache/kafka/controller/ActivationRecordsGenerator.java:
##########
@@ -165,6 +165,8 @@ static ControllerResult<Void> recordsForNonEmptyLog(
                         throw new RuntimeException("Should not have ZK 
migrations enabled on a cluster that was " +
                             "created in KRaft mode.");
                     }
+                    logMessageBuilder
+                            .append("This is expected because this is a 
de-novo KRaft cluster.");

Review Comment:
   @mumrah , i make new commit to apply your comments. 
   However, the `CI` still is failed. 
   The changes which i made seems not to be related with failure of CI. 
   Am i wrong? 
   <img width="673" alt="image" 
src="https://github.com/apache/kafka/assets/90125071/d013add9-814d-4ad9-8c2e-cb2955455645";>
   
   



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