You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2019/03/23 23:04:00 UTC

[jira] [Created] (KAFKA-8152) Offline partition state not propagated by controller

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)