[fix] [broker] do not filter system topic while shedding.#18949
Merged
congbobo184 merged 3 commits intoMay 31, 2023
Conversation
Member
Author
|
PTAL, thanks. @congbobo184 |
congbobo184
approved these changes
Dec 16, 2022
liangyepianzhou
approved these changes
Dec 16, 2022
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #18949 +/- ##
============================================
+ Coverage 72.52% 72.92% +0.39%
+ Complexity 31937 31907 -30
============================================
Files 1854 1867 +13
Lines 138273 138503 +230
Branches 15178 15197 +19
============================================
+ Hits 100282 101002 +720
+ Misses 30014 29487 -527
- Partials 7977 8014 +37
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
poorbarcode
approved these changes
Dec 19, 2022
eolivelli
requested changes
Dec 19, 2022
5c3dce8 to
b30ae90
Compare
Member
Author
|
PTAL, thanks. @codelipenghui @eolivelli |
|
The pr had no activity for 30 days, mark with Stale label. |
Member
Author
|
PTAL, thanks. @codelipenghui @eolivelli |
|
The pr had no activity for 30 days, mark with Stale label. |
Technoboy-
pushed a commit
that referenced
this pull request
Jun 5, 2023
### Motivation Currently, topics/bundles in `pulsar/system` will be filter while doing shedding, which is introduced by mistake by pr #15252. But we need to unload topics/bundles in `pulsar/system` for load balancing. ### Modifications do not filter topics/bundles in `pulsar/system`.
RobertIndie
pushed a commit
that referenced
this pull request
Jun 7, 2023
### Motivation Currently, topics/bundles in `pulsar/system` will be filter while doing shedding, which is introduced by mistake by pr #15252. But we need to unload topics/bundles in `pulsar/system` for load balancing. ### Modifications do not filter topics/bundles in `pulsar/system`. (cherry picked from commit 5c74d20)
Technoboy-
pushed a commit
that referenced
this pull request
Dec 4, 2023
### Motivation Currently, topics/bundles in `pulsar/system` will be filter while doing shedding, which is introduced by mistake by pr #15252. But we need to unload topics/bundles in `pulsar/system` for load balancing. ### Modifications do not filter topics/bundles in `pulsar/system`.
nodece
pushed a commit
to nodece/pulsar
that referenced
this pull request
Feb 23, 2024
### Motivation Currently, topics/bundles in `pulsar/system` will be filter while doing shedding, which is introduced by mistake by pr apache#15252. But we need to unload topics/bundles in `pulsar/system` for load balancing. ### Modifications do not filter topics/bundles in `pulsar/system`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See this PR for detailed discussion
#18936
Motivation
Currently, topics/bundles in
pulsar/systemwill be filter while doing shedding, which is introduced by mistake by pr #15252.But we need to unload topics/bundles in
pulsar/systemfor load balancing.Modifications
do not filter topics/bundles in
pulsar/system.Verifying this change
This change is already covered by existing tests, such as (please describe tests).
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: thetumbled#10