You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "hanmingze (Jira)" <ji...@apache.org> on 2020/08/06 13:57:00 UTC

[jira] [Updated] (KAFKA-10368) Rack aware assignment results not balanced

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

hanmingze updated KAFKA-10368:
------------------------------
    Description: 
When the number of broker in two rack is inconsistent, the assignment results is not balanced in the broker within a rack。

 

example:

There are 5 nodes, distributed in two rack(3+2)

broker.id=1  rack=idc-a

broker.id=2  rack=idc-a

broker.id=3  rack=idc-a

broker.id=4  rack=idc-b

broker.id=5  rack=idc-b

 

1000 topic, 10 partitions per topic

 

 

  was:When the number of broker in two rack is inconsistent, the assignment results is not balanced in the broker within a rack。


> Rack aware assignment results not balanced
> ------------------------------------------
>
>                 Key: KAFKA-10368
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10368
>             Project: Kafka
>          Issue Type: Improvement
>          Components: admin
>    Affects Versions: 0.11.0.0, 1.1.0, 1.1.1, 2.4.0
>            Reporter: hanmingze
>            Priority: Minor
>
> When the number of broker in two rack is inconsistent, the assignment results is not balanced in the broker within a rack。
>  
> example:
> There are 5 nodes, distributed in two rack(3+2)
> broker.id=1  rack=idc-a
> broker.id=2  rack=idc-a
> broker.id=3  rack=idc-a
> broker.id=4  rack=idc-b
> broker.id=5  rack=idc-b
>  
> 1000 topic, 10 partitions per topic
>  
>  



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