GitHub user dibbhatt opened a pull request:
https://github.com/apache/kafka/pull/5
Update ReplicaStateMachine.scala
KAFKA-948
When the broker which is the leader for a partition is down, the ISR list
in the LeaderAndISR path is updated. But if the broker , which is not a leader
of the partition is down, the ISR list is not getting updated. This is an issue
because ISR list contains the stale entry.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dibbhatt/kafka patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/5.patch
----
----