Skip to content
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 flaky test for BrokerServiceLookupTest.testModularLoadManagerSplitBundle #13159

Conversation

wuzhanpeng
Copy link
Contributor

@wuzhanpeng wuzhanpeng commented Dec 7, 2021

Fixed #13102

It is invalid to set the loadBalancerNamespaceBundleMaxTopics=1 after the initialization is completed, and the condition of stats.topics = 2 > maxBundleTopics = 1000(default) can not be established, so the operation of bundle-split can not be triggered after the leader transfer.

Documentation

  • no-need-doc

no doc is required to update.

@github-actions
Copy link

github-actions bot commented Dec 7, 2021

@wuzhanpeng:Thanks for your contribution. For this PR, do we need to update docs?
(The PR template contains info about doc, which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)

@github-actions
Copy link

github-actions bot commented Dec 7, 2021

@wuzhanpeng:Thanks for providing doc info!

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Dec 7, 2021
@315157973
Copy link
Contributor

@Shoothzj Could you please take a look?

@lhotari lhotari merged commit 4b319f3 into apache:master Dec 7, 2021
@lhotari
Copy link
Member

lhotari commented Dec 7, 2021

@wuzhanpeng Thanks for fixing one of the most flaky tests. Good work!

fxbing pushed a commit to fxbing/pulsar that referenced this pull request Dec 19, 2021
…dle (apache#13159)

Co-authored-by: wuzhanpeng <wuzhanpeng@bigo.sg>
codelipenghui pushed a commit that referenced this pull request Dec 21, 2021
…dle (#13159)

Co-authored-by: wuzhanpeng <wuzhanpeng@bigo.sg>
(cherry picked from commit 4b319f3)
@codelipenghui codelipenghui added the cherry-picked/branch-2.9 Archived: 2.9 is end of life label Dec 21, 2021
zymap pushed a commit that referenced this pull request Dec 23, 2021
…dle (#13159)

Co-authored-by: wuzhanpeng <wuzhanpeng@bigo.sg>
(cherry picked from commit 4b319f3)
@zymap zymap added the cherry-picked/branch-2.8 Archived: 2.8 is end of life label Dec 23, 2021
@lhotari
Copy link
Member

lhotari commented Jan 19, 2022

This didn't fix the problem. I reopened the issue #13102.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test cherry-picked/branch-2.8 Archived: 2.8 is end of life cherry-picked/branch-2.9 Archived: 2.9 is end of life doc-not-needed Your PR changes do not impact docs release/2.8.3 release/2.9.2 type/flaky-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky-test: BrokerServiceLookupTest.testModularLoadManagerSplitBundle
8 participants