[ https://issues.apache.org/jira/browse/KAFKA-19047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17986097#comment-17986097 ]
Mickael Maison commented on KAFKA-19047: ---------------------------------------- [~alyssahuang] I see that https://github.com/apache/kafka/pull/19296 has been merged. Can we now resolve this ticket or is there more work to do? > Broker registrations are slow if previously fenced or shutdown > -------------------------------------------------------------- > > Key: KAFKA-19047 > URL: https://issues.apache.org/jira/browse/KAFKA-19047 > Project: Kafka > Issue Type: Bug > Components: controller > Affects Versions: 4.0.0 > Reporter: Alyssa Huang > Assignee: Alyssa Huang > Priority: Major > Fix For: 4.0.1, 4.1.0 > > > BrokerLifecycleManager prevents registration of a broker w/ an id it has seen > before with a different incarnation id if the broker session expires. On > clean shutdown and restart of a broker this can cause an unnecessary delay in > re-registration while the quorum controller waits for the session to expire. > ``` > [BrokerLifecycleManager id=1] Unable to register broker 1 because the > controller returned error DUPLICATE_BROKER_REGISTRATION > ``` -- This message was sent by Atlassian Jira (v8.20.10#820010)