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

[v22.3.x] Fixed querying for the node in decommission test #11911

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #11903
Fixes: #11910,

In current redpanda version node ids are dynamically assigned we can not
use a node id as an index in the `RedpandaService` nodes list as it may
result in incorrect results. In this particular example a node that was
stopped was not the one that was decommissioned, leading to some of the
rf=1 partitions being not available which prevented test from finishing.

Fixes: redpanda-data#11751

Signed-off-by: Michal Maslanka <[email protected]>
(cherry picked from commit 4ec279e)
@vbotbuildovich vbotbuildovich added this to the v22.3.x-next milestone Jul 6, 2023
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jul 6, 2023
@mmaslankaprv mmaslankaprv marked this pull request as ready for review July 12, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants