-
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 flaky test for BrokerServiceLookupTest.testModularLoadManagerSplitBundle #13159
fix flaky test for BrokerServiceLookupTest.testModularLoadManagerSplitBundle #13159
Conversation
@wuzhanpeng:Thanks for your contribution. For this PR, do we need to update docs? |
@wuzhanpeng:Thanks for providing doc info! |
@Shoothzj Could you please take a look? |
@wuzhanpeng Thanks for fixing one of the most flaky tests. Good work! |
…dle (apache#13159) Co-authored-by: wuzhanpeng <wuzhanpeng@bigo.sg>
This didn't fix the problem. I reopened the issue #13102. |
Fixed #13102
It is invalid to set the
loadBalancerNamespaceBundleMaxTopics=1
after the initialization is completed, and the condition ofstats.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.