TransferShedder Bandwidth metrics off by a factor of 100? #22253
Unanswered
Bloodyludi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use TransferShedder to load balance brokers purely on BandwidthIn and BandwidthOut metrics.
For this, I set the following:
Here is an excerpt of the broker load stats:
The bandwith metrics are all in the 0.X% range. So I'm wondering how the maximum bandwidth is defined?
Shouldn't the metrics at least be normalized based on the weights?
After the change the broker load score drops to almost 0. In order to fix this, I set the bandwidth weights to 100 which seems to give the correct results.
Please see the screenshot below that shows the broker load score before and after the 2 config changes.
I'm using pulsar version v3.2.0.
Beta Was this translation helpful? Give feedback.
All reactions