[
https://issues.apache.org/jira/browse/KAFKA-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14213052#comment-14213052
]
Jun Rao commented on KAFKA-948:
-------------------------------
Currently, if you want to replace a failed broker, you will need to bring up
the broker on another machine with the same broker id. kafka-reassign-topic.sh
won't succeed until the old replicas are removed, which won't happen if the
broker hosting an old replica is down.
> ISR list in LeaderAndISR path not updated for partitions when Broker (which
> is not leader) is down
> --------------------------------------------------------------------------------------------------
>
> Key: KAFKA-948
> URL: https://issues.apache.org/jira/browse/KAFKA-948
> Project: Kafka
> Issue Type: Bug
> Components: controller
> Affects Versions: 0.8.0
> Reporter: Dibyendu Bhattacharya
> Assignee: Neha Narkhede
>
> 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
> issues because ISR list contains the stale entry.
> This issue I found in kafka-0.8.0-beta1-candidate1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)