-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix][broker] Support loadBalancerSheddingIntervalMinutes dynamic configuration #16408
[fix][broker] Support loadBalancerSheddingIntervalMinutes dynamic configuration #16408
Conversation
/pulsarbot run-failure-checks |
@eolivelli @hangc0276 @codelipenghui PTAL,thanks! |
/pulsarbot run-failure-checks |
5 similar comments
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
@codelipenghui @eolivelli @Jason918 PTAL,thanks! |
/pulsarbot run-failure-checks |
1 similar comment
/pulsarbot run-failure-checks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this same as loadBalancerSheddingIntervalMinutes
?
@Jason918 |
/pulsarbot run-failure-checks |
1 similar comment
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
12 similar comments
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
c25443c
to
4dfb3c1
Compare
/pulsarbot run-failure-checks |
653daa9
to
bc13bec
Compare
/pulsarbot run-failure-checks |
2 similar comments
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
@codelipenghui Fixed, PTAL,thanks! |
bc13bec
to
caba922
Compare
/pulsarbot run-failure-checks |
2 similar comments
/pulsarbot run-failure-checks |
/pulsarbot run-failure-checks |
Fixed.PTAL,thanks! @codelipenghui |
/pulsarbot run-failure-checks |
1 similar comment
/pulsarbot run-failure-checks |
…figuration (apache#16408) (cherry picked from commit e4dcf5a) (cherry picked from commit 18cd7f4)
Motivation
Although the configuration loadBalancerSheddingIntervalMinutes is marked as dynamic=true, it cannot be changed dynamically.
When loadSheddingTask is initialized, the shed interval is fixed:
pulsar/pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java
Lines 1051 to 1053 in 4d64e2e
pulsar/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
Lines 2087 to 2093 in 4d64e2e
Documentation
Check the box below or label this PR directly.
Need to update docs?
doc-required
(Your PR needs to update docs and you will update later)
doc-not-needed
(Please explain why)
doc
(Your PR contains doc changes)
doc-complete
(Docs have been already added)