Jason Gustafson created KAFKA-8152:
--------------------------------------

             Summary: Offline partition state not propagated by controller
                 Key: KAFKA-8152
                 URL: https://issues.apache.org/jira/browse/KAFKA-8152
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson
            Assignee: Jose Armando Garcia Sancio


Currently when the controller starts up, only the state of online partitions 
will be sent to other brokers. Any broker which is started or restarted after 
the controller will see only a subset of the partitions of any topic which has 
offline partitions. If all the partitions for a topic are offline, then the 
broker will not know of the topic at all. As far as I can tell, the bug is the 
fact that `ReplicaStateMachine.startup` only does an initial state change for 
replicas which are online.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to