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

[v23.3.x] Maintenance mode test fixes #21464

Merged

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #21435
Fixes: #21456, Fixes: #21458, Fixes: #21460, Fixes: #21462, Fixes: #21463,

ztlpn added 3 commits July 17, 2024 03:20
(cherry picked from commit e53abfd)
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 we waited for 50 seconds in total to ensure that the node has
some leaders. If it hadn't acquired any leaders "naturally", this was
not enough because the leadership balancer needs at least 1 minute to
unmute just restarted nodes and perform another tick.

(cherry picked from commit 2c6aaf7)
@vbotbuildovich vbotbuildovich added this to the v23.3.x-next milestone Jul 17, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jul 17, 2024
@vbotbuildovich vbotbuildovich requested a review from ztlpn July 17, 2024 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants