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

CI Failure (Leadership did not stablize) in MultiTopicAutomaticLeadershipBalancingTest.test_topic_aware_rebalance #11307

Closed
BenPope opened this issue Jun 8, 2023 · 6 comments · Fixed by #11342
Assignees
Labels
area/raft ci-failure kind/bug Something isn't working

Comments

@BenPope
Copy link
Member

BenPope commented Jun 8, 2023

https://buildkite.com/redpanda/redpanda/builds/30876#01889bd9-ef6b-48c0-a25e-63015a0e8094

Module: rptest.tests.leadership_transfer_test
Class:  MultiTopicAutomaticLeadershipBalancingTest
Method: test_topic_aware_rebalance
test_id:    rptest.tests.leadership_transfer_test.MultiTopicAutomaticLeadershipBalancingTest.test_topic_aware_rebalance
status:     FAIL
run time:   7 minutes 42.997 seconds


    TimeoutError('Leadership did not stablize')
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 135, in run
    data = self.run_test()
  File "/usr/local/lib/python3.10/dist-packages/ducktape/tests/runner_client.py", line 227, in run_test
    return self.test_context.function(self.test)
  File "/root/tests/rptest/services/cluster.py", line 79, in wrapped
    r = f(self, *args, **kwargs)
  File "/root/tests/rptest/tests/leadership_transfer_test.py", line 191, in test_topic_aware_rebalance
    wait_until(lambda: topic_leadership_evenly_distributed(),
  File "/usr/local/lib/python3.10/dist-packages/ducktape/utils/util.py", line 57, in wait_until
    raise TimeoutError(err_msg() if callable(err_msg) else err_msg) from last_exception
ducktape.errors.TimeoutError: Leadership did not stablize
@andijcr
Copy link
Contributor

andijcr commented Jun 9, 2023

@michael-redpanda
Copy link
Contributor

@piyushredpanda piyushredpanda assigned bharathv and unassigned ballard26 Jun 14, 2023
@piyushredpanda
Copy link
Contributor

@bharathv has a PR open for a fix.

@ztlpn
Copy link
Contributor

ztlpn commented Jun 14, 2023

@ztlpn
Copy link
Contributor

ztlpn commented Jun 21, 2023

@ztlpn ztlpn reopened this Jun 21, 2023
@bharathv
Copy link
Contributor

Looks same as #11454 and Michal has a patch out for fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/raft ci-failure kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants