-
Notifications
You must be signed in to change notification settings - Fork 600
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 (timeout while acquiring leadership) in MaintenanceTest.test_maintenance_sticky
#13650
Comments
There is one warning which stands out from
|
Class.method
MaintenanceTest.test_maintenance_sticky
2 similar comments
The test fails because there are not a lot of partitions (12) and the leadership balancer mutes them all after several ticks (it mutes the partitions that it moves):
therefore it cannot take any further action for some time after that and the node that comes out of the maintenance mode won't acquire any new leaders. The fix I guess is to increase the number of partitions |
Previously when this test was running in CI there were not a lot of partitions (12) and the leadership balancer could mute them all after several ticks (it mutes the partitions that it moves). After that it cannot take any further action for some time and the node that comes out of the maintenance mode won't acquire any new leaders. Increase the number of partitions in the test to avoid that. Fixes: redpanda-data#13650 (cherry picked from commit a645618)
Previously when this test was running in CI there were not a lot of partitions (12) and the leadership balancer could mute them all after several ticks (it mutes the partitions that it moves). After that it cannot take any further action for some time and the node that comes out of the maintenance mode won't acquire any new leaders. Increase the number of partitions in the test to avoid that. Fixes: redpanda-data#13650 (cherry picked from commit a645618)
https://buildkite.com/redpanda/redpanda/builds/37568
JIRA Link: CORE-1465
The text was updated successfully, but these errors were encountered: