You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jiangjie Qin (JIRA)" <ji...@apache.org> on 2014/10/10 23:06:34 UTC

[jira] [Created] (KAFKA-1701) Improve controller and broker message handling.

Jiangjie Qin created KAFKA-1701:
-----------------------------------

             Summary: Improve controller and broker message handling.
                 Key: KAFKA-1701
                 URL: https://issues.apache.org/jira/browse/KAFKA-1701
             Project: Kafka
          Issue Type: Improvement
            Reporter: Jiangjie Qin


This ticket is a memo for future controller refactoring.
It is related to KAFKA-1547. Ideally, the broker should only follow instruction from controller but not handle it smartly. For KAFKA-1547, the controller should filter out the partitions whose leader is not up yet before send LeaderAndIsrRequest to broker. 
The idea is controller should handle all the edge cases instead of letting broker do it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)