[ https://issues.apache.org/jira/browse/KAFKA-13841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Colin McCabe resolved KAFKA-13841. ---------------------------------- Fix Version/s: 3.3.0 Assignee: Colin McCabe Resolution: Fixed > Fix a case where we were unable to place on fenced brokers In KRaft mode > ------------------------------------------------------------------------ > > Key: KAFKA-13841 > URL: https://issues.apache.org/jira/browse/KAFKA-13841 > Project: Kafka > Issue Type: Bug > Reporter: Colin McCabe > Assignee: Colin McCabe > Priority: Major > Fix For: 3.3.0 > > > This PR fixes a case where we were unable to place on fenced brokers In KRaft > mode. Specifically, if we had a broker registration in the metadata log, but > no associated heartbeat, previously the HeartbeatManager would not track the > fenced broker. This PR fixes this by adding this logic to the metadata log > replay path in ClusterControlManager. -- This message was sent by Atlassian Jira (v8.20.10#820010)