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 rolling restarts #614

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Conversation

HoustonPutman
Copy link
Contributor

There was a bug introduced at some point, that once a deletion of a node was determined, if there was an error while moving replicas off of the node, then the operator was likely to delete the pod without retrying to move the replicas.

I've restructured the logic around fetching cluster state information, so that its very clear where the information is coming from when making these choices.

@HoustonPutman HoustonPutman added bug Something isn't working cloud labels Aug 30, 2023
@HoustonPutman HoustonPutman added this to the main (v0.8.0) milestone Aug 30, 2023
Copy link
Contributor

@gerlowskija gerlowskija left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - awesome that the e2e test changes helped identify this!

@HoustonPutman HoustonPutman merged commit 45665b5 into apache:main Aug 31, 2023
3 checks passed
@HoustonPutman HoustonPutman deleted the fix-rolling-restart branch August 31, 2023 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cloud
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants