You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by dibbhatt <gi...@git.apache.org> on 2013/06/20 07:11:44 UTC

kafka pull request: Update ReplicaStateMachine.scala

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

----

----