m1a2st commented on code in PR #19157: URL: https://github.com/apache/kafka/pull/19157#discussion_r2161607242
########## core/src/main/scala/kafka/tools/StorageTool.scala: ########## @@ -311,7 +311,7 @@ object StorageTool extends Logging { formatParser.addArgument("--release-version", "-r") .action(store()) .help(s"The release version to use for the initial feature settings. The minimum is " + - s"${MetadataVersion.MINIMUM_VERSION}; the default is ${MetadataVersion.LATEST_PRODUCTION}") + s"${MetadataVersion.MINIMUM_VERSION}; the default is ${MetadataVersion.latestTesting().version()}") Review Comment: Yes, you're right, the default version should not be modified, so I’ve reverted this change. -- 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