[ https://issues.apache.org/jira/browse/KAFKA-19047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
José Armando García Sancio updated KAFKA-19047: ----------------------------------------------- Issue Type: Bug (was: Improvement) > 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 > Affects Versions: 4.0.0 > Reporter: Alyssa Huang > Assignee: Alyssa Huang > Priority: Major > > 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)