[Doc] Threshold Shedder documentation - need to add documentation on the individual weights
See original GitHub issueWhat issue do you find in Pulsar docs?
In https://pulsar.apache.org/docs/next/administration-load-balance#thresholdshedder
-
LocalBrokerData#getMaxResourceUsageWithWeight
should be a link or in different font. In addition so shouldloadBalancerHistoryResourcePercentage
andloadBalancerBrokerThresholdShedderPercentage
-
“The weights for each resource are configurable.” - it would be great if the weights were listed or perhaps a link to the relevant section of the reference configuration here https://pulsar.apache.org/docs/reference-configuration/#broker
-
It would be nice to know when to prioritize one weight over another - just some general guidelines
-
“If a broker’s usage is greater than the average usage per broker plus the loadBalancerBrokerThresholdShedderPercentage” Is that percentage an absolute percentage?
e.g. say the % usage is 5% / 1% / 1% for three brokers - comparing 5 vs 1 is a 5x difference or 500% comparing on a relative basis but a 4% on an absolute basis. Can it be clarified which percentage loadBalancerBrokerThresholdShedderPercentage is? Perhaps an example would help?
What is your suggestion?
See above
Do you have any references?
No
Would you like to fix this issue?
Sorry - some of it requires more detailed clarification from someone who knows the load balancer algos in detail.
Note
- I have researched my question.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top GitHub Comments
Awesome - thanks so much @Anonymitaet !
@Demogorgon314 can you take a look at this issue? Thank you.