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

[jira] [Created] (KAFKA-928) new topics may not be processed after ZK session expiration in controller

Jun Rao created KAFKA-928:
-----------------------------

             Summary: new topics may not be processed after ZK session expiration in controller
                 Key: KAFKA-928
                 URL: https://issues.apache.org/jira/browse/KAFKA-928
             Project: Kafka
          Issue Type: Bug
          Components: core
    Affects Versions: 0.8
            Reporter: Jun Rao
            Priority: Blocker


When controller loses its ZK session, it calls partitionStateMachine.shutdown in SessionExpirationListener, which marks the partitionStateMachine as down. However, when the controller regains its controllership, it doesn't mark partitionStateMachine as up. In TopicChangeListener, we only process new topics if the partitionStateMachine is marked up.

--
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