kevin-wu24 commented on PR #17836: URL: https://github.com/apache/kafka/pull/17836#issuecomment-3303865385
Hi @chia7712 @FrankYang0529, when a node sets `--no-initial-controllers`, the idea is that the node does not know what kraft.version the cluster should be running. Therefore, the flag should be a no-op, and the "effective kraft version" of a node setting this flag should be 0, not 1. The reason for this is because we can format a node with a old MV that does not support kraft.version=1. In this case, setting `--no-initial-controllers` causes formatting to fail, even though it should not. Filed https://issues.apache.org/jira/browse/KAFKA-19719 to fix. -- 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]
