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

[jira] [Created] (KAFKA-930) Integrate preferred replica election logic into kafka

Sriram Subramanian created KAFKA-930:
----------------------------------------

             Summary: Integrate preferred replica election logic into kafka
                 Key: KAFKA-930
                 URL: https://issues.apache.org/jira/browse/KAFKA-930
             Project: Kafka
          Issue Type: Bug
            Reporter: Sriram Subramanian
            Assignee: Sriram Subramanian
             Fix For: 0.9


It seems useful to integrate the preferred replica election logic into kafka controller. A simple way to implement this would be to have a background thread that periodically finds the topic partitions that are not assigned to the preferred broker and initiate the move. We could come up with some heuristics to initiate the move only if the imbalance over a specific threshold in order to avoid rebalancing too aggressively. Making the software do this reduces operational cost.

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