GitHub user dajac opened a pull request: https://github.com/apache/kafka/pull/756
KAFKA-3085: BrokerChangeListener computes inconsistent live/dead broker list. Follow up PR as per comments in the ticket. @junrao It should be correct now as `curBrokers` included only live brokers and live/dead brokers are computed based on it. Could you take a look when you have time? You can merge this pull request into a Git repository by running: $ git pull https://github.com/dajac/kafka KAFKA-3085 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/756.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #756 ---- commit 94edafcf9d77a25ef5506cff9a3e9a1e76ff14ca Author: David Jacot <david.ja...@gmail.com> Date: 2016-01-12T06:42:40Z BrokerChangeListener computes inconsistent live/dead broker list. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---