[
https://issues.apache.org/jira/browse/KAFKA-18938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933727#comment-17933727
]
Rameshkanna N edited comment on KAFKA-18938 at 3/10/25 7:04 AM:
----------------------------------------------------------------
Hi [~yangpoan] , I am getting the same exception while connecting controllers
dynamically. Also, I'm getting same metadata version while starting the KRaft
controllers.
INFO [ControllerRegistrationManager id=103 incarnation=I6MnwBhsRnGJlwIoGi7RTQ]
maybeSendControllerRegistration: cannot register yet because the
metadata.version is still 3.0-IV1, which does not support KIP-919 controller
registration. (kafka.server.ControllerRegistrationManager)
Kindly assist me to resolve this.
was (Author: JIRAUSER308942):
Hi [~yangpoan] , I am getting the same exception while connecting controllers
dynamically. Also, i getting same metadata version while starting the KRaft
controllers.
INFO [ControllerRegistrationManager id=103 incarnation=I6MnwBhsRnGJlwIoGi7RTQ]
maybeSendControllerRegistration: cannot register yet because the
metadata.version is still 3.0-IV1, which does not support KIP-919 controller
registration. (kafka.server.ControllerRegistrationManager)
Kindly assist me to resolve this.
> Kraft version and metadata version wrongly showing
> --------------------------------------------------
>
> Key: KAFKA-18938
> URL: https://issues.apache.org/jira/browse/KAFKA-18938
> Project: Kafka
> Issue Type: Bug
> Components: controller, kraft
> Affects Versions: 3.9.0
> Reporter: Rameshkanna N
> Priority: Major
>
> I am using Kafka {*}3.9.0{*}. When starting a {*}KRaft controller{*}, it
> shows {*}metadata version 3.0-IV1{*}, but when formatting storage, it shows
> {*}version 3.9-IV0{*}. When I try to confirm the version using:
> {{sh kafka-features.sh --bootstrap-controller localhost:9091 describe}}
> it shows {*}finalized KRaft version 0{*}.
> Can anyone help me resolve this issue?
> Logs:
> sh kafka-features.sh --bootstrap-controller localhost:9091 describe
> Feature: kraft.version SupportedMinVersion: 0 SupportedMaxVersion: 1
> FinalizedVersionLevel: 0 Epoch: 6
> Feature: metadata.version SupportedMinVersion: 3.0-IV1
> SupportedMaxVersion: 3.9-IV0
> FinalizedVersionLevel: 3.9-IV0 Epoch: 6
> Server.log:
> [2025-03-06 13:40:40,569] INFO [ControllerServer id=102] Waiting for all of
> the SocketServer Acceptors to be started (kafka.server.ControllerServer)
> [2025-03-06 13:40:40,569] INFO [ControllerServer id=102] Finished waiting for
> all of the SocketServer Acceptors to be started
> (kafka.server.ControllerServer)
> [2025-03-06 13:40:40,569] INFO [ControllerRegistrationManager id=102
> incarnation=h-3EozNTQZGbhcsV_119Fg] initialized channel manager.
> (kafka.server.ControllerRegistrationManager)
> [2025-03-06 13:40:40,569] INFO [ControllerRegistrationManager id=102
> incarnation=h-3EozNTQZGbhcsV_119Fg] maybeSendControllerRegistration: cannot
> register yet because the metadata.version is still 3.0-IV1, which does not
> support KIP-919 controller registration.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)