Topic is never distributed to nodes added to an existing cluster
----------------------------------------------------------------

                 Key: KAFKA-278
                 URL: https://issues.apache.org/jira/browse/KAFKA-278
             Project: Kafka
          Issue Type: Bug
          Components: core
    Affects Versions: 0.7
            Reporter: Matt
            Priority: Minor


If you add one or more brokers to an existing cluster, existing topics will 
never be seen by the new brokers.

To reproduce:
1) Create a cluster of brokers along with a ZooKeeper ensemble.
2) Send messages for a topic to the cluster.
3) Add a new broker to the cluster.
4) New broker will never see the existing topic.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to