You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ZhangShuai (JIRA)" <ji...@apache.org> on 2018/10/02 03:56:00 UTC

[jira] [Created] (KAFKA-7468) KafkaController no need to startup the inner kafkaScheducer when auto.leader.rebalance.enable is false

ZhangShuai created KAFKA-7468:
---------------------------------

             Summary: KafkaController no need to startup the inner kafkaScheducer when auto.leader.rebalance.enable is false
                 Key: KAFKA-7468
                 URL: https://issues.apache.org/jira/browse/KAFKA-7468
             Project: Kafka
          Issue Type: Improvement
          Components: controller
    Affects Versions: 2.0.0
            Reporter: ZhangShuai


KafkaController has its inner member KafkaScheduler instance to schedule auto leader rebalance tasks. But when the auto rebalance config set false, no need to startup the kafkaScheduler, because that created a non-used ScheduledThreadPoolExecutor with one thread.



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