You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2013/03/27 01:09:15 UTC

[jira] [Created] (KAFKA-830) partition replica assignment map in the controller should be a Set

Neha Narkhede created KAFKA-830:
-----------------------------------

             Summary: partition replica assignment map in the controller should be a Set
                 Key: KAFKA-830
                 URL: https://issues.apache.org/jira/browse/KAFKA-830
             Project: Kafka
          Issue Type: Bug
            Reporter: Neha Narkhede
            Assignee: Neha Narkhede
            Priority: Blocker
             Fix For: 0.8


partitionReplicaAssignment currently stores the list of assigned replicas as a sequence. When a broker comes online, the replica state machine adds the broker to the list of assigned replicas. It should do that only if the replica is already not in the list of assigned replicas. This causes the replication factor to be incorrectly calculated

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira