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

tests: shut down redpanda node after decom #5708

Merged
merged 2 commits into from
Aug 2, 2022

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Jul 28, 2022

Cover letter

Once we improve redpanda to make decommed nodes stop serving
Kafka traffic, this won't be necessary. Right now, redpanda
does require that decommed nodes are stopped in order to avoid
confusing clients, so the test should do that.

Fixes #3277

UX changes

None

Release notes

  • none

@jcsp jcsp added kind/bug Something isn't working area/tests labels Jul 28, 2022
jcsp added 2 commits July 28, 2022 22:56
Use a node object rather than a json dict, this enables
the subequent commit that does a stop_node.
Once we improve redpanda to make decommed nodes stop serving
Kafka traffic, this won't be necessary.  Right now, redpanda
does require that decommed nodes are stopped in order to avoid
confusing clients, so the test should do that.

Fixes redpanda-data#3277
@jcsp
Copy link
Contributor Author

jcsp commented Jul 29, 2022

@jcsp jcsp marked this pull request as ready for review July 29, 2022 15:17
@BenPope
Copy link
Member

BenPope commented Aug 2, 2022

Looks likw backports may be required: #3277 (comment)

@mmaslankaprv mmaslankaprv self-requested a review August 2, 2022 16:53
@jcsp jcsp merged commit 9ebf53b into redpanda-data:dev Aug 2, 2022
@jcsp jcsp deleted the issue-3277-shutdown-after-decom branch August 2, 2022 16:55
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.

test: NodesDecommissioningTest.test_decommissioning_working_node test failure
4 participants