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

Fix for failure in nodes decommissioning test #5341

Merged
merged 2 commits into from
Jul 5, 2022

Conversation

mmaslankaprv
Copy link
Member

@mmaslankaprv mmaslankaprv commented Jul 5, 2022

Cover letter

Improved nodes decommissioning test to prevent consumer contacting the node which is not longer part of a cluster and gave consumer more time to finish consuming

Fixes #5337

Release notes

  • none

Give more consumer more time to finish when node is being decommissioned
in `test_decommissioning_cancel_ongoing_movements`

When node is being decommissioned it may cause redpanda to transiently
return stale coordinator information. Giving more time to consumer will
allow it to finish consuming all available records.

Fixes: redpanda-data#5337

Signed-off-by: Michal Maslanka <michal@redpanda.com>
Stop the node after it has been removed to prevent client connecting
with the node which no longer is part of a cluster

Signed-off-by: Michal Maslanka <michal@redpanda.com>
@mmaslankaprv
Copy link
Member Author

ci failure:
#5241

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failure in NodesDecommissioningTest test_decommissioning_cancel_ongoing_movements
3 participants