[ https://issues.apache.org/jira/browse/KAFKA-3085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jun Rao updated KAFKA-3085: --------------------------- Resolution: Fixed Fix Version/s: 0.9.1.0 Status: Resolved (was: Patch Available) Issue resolved by pull request 756 [https://github.com/apache/kafka/pull/756] > BrokerChangeListener computes inconsistent live/dead broker list > ---------------------------------------------------------------- > > Key: KAFKA-3085 > URL: https://issues.apache.org/jira/browse/KAFKA-3085 > Project: Kafka > Issue Type: Bug > Components: core > Affects Versions: 0.9.0.0 > Reporter: Jun Rao > Assignee: David Jacot > Fix For: 0.9.1.0 > > > On a broker change ZK event, BrokerChangeListener gets the current broker > list from ZK. It then computes a new broker list, a dead broker list, and a > live broker list with more detailed broker info. The new and live broker list > are computed by reading the value associated with each of the current broker > twice. If a broker is de-registered in between, these two list will not be > consistent. -- This message was sent by Atlassian JIRA (v6.3.4#6332)