showuon commented on code in PR #14484: URL: https://github.com/apache/kafka/pull/14484#discussion_r1354859219
########## metadata/src/main/java/org/apache/kafka/controller/FeatureControlManager.java: ########## @@ -343,10 +343,11 @@ private ApiError updateMetadataVersion( if (!metadataChanged) { log.warn("Downgrading metadata.version from {} to {}.", currentVersion, newVersion); } else if (allowUnsafeDowngrade) { - return invalidMetadataVersion(newVersionLevel, "Unsafe metadata downgrade is not supported."); + return invalidMetadataVersion(newVersionLevel, "Unsafe metadata downgrade is not supported " + + "in this version."); Review Comment: Fine. -- 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