You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "limeng (Jira)" <ji...@apache.org> on 2020/12/02 03:44:00 UTC

[jira] [Updated] (KAFKA-10794) Replica leader election is too slow in the case of too many partitions

     [ https://issues.apache.org/jira/browse/KAFKA-10794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

limeng updated KAFKA-10794:
---------------------------
    Description: 
There is more than 6000 topics and 300 brokers in my kafka cluster, and we set the config:'auto.leader.rebalance.enable=true'. 

The reblance process spendes too more time and cpu resource.

We find that the function:'controllerContext.allPartitions' is invoked too many times.

!clipboard_image_1606806581629.png!

> Replica leader election is too slow in the case of too many partitions
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-10794
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10794
>             Project: Kafka
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.6.0, 2.5.1
>            Reporter: limeng
>            Priority: Major
>         Attachments: clipboard_image_1606806581629.png
>
>
> There is more than 6000 topics and 300 brokers in my kafka cluster, and we set the config:'auto.leader.rebalance.enable=true'. 
> The reblance process spendes too more time and cpu resource.
> We find that the function:'controllerContext.allPartitions' is invoked too many times.
> !clipboard_image_1606806581629.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)