momo-jun commented on code in PR #18675: URL: https://github.com/apache/pulsar/pull/18675#discussion_r1035465593
########## site2/docs/administration-load-balance.md: ########## @@ -132,6 +132,18 @@ This strategy tends to shed the bundles if any broker's usage is above the confi For example, assume you have three brokers, the average broker usage of broker1 is 40%, the average broker usage of broker2 and broker3 is 10%, then the cluster average usage is 20% ((40% + 10% + 10%) / 3). If you set `loadBalancerBrokerThresholdShedderPercentage` to `10`, then only broker1's certain bundles get unloaded, because the average usage of broker1 is greater than the sum of the cluster average usage (20%) plus `loadBalancerBrokerThresholdShedderPercentage`(10%). +However, in some special cases, the above default strategy may cause low-load machines to be idle forever. Review Comment: ```suggestion However, in some special cases, the above default strategy cannot leverage the resources of low-load or idle machines. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
