mumrah commented on code in PR #15926:
URL: https://github.com/apache/kafka/pull/15926#discussion_r1631415177
##########
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:
nit: remove the unnecessary line break here
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]