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

Cleanup stateless pods that are in terminating state for a long time #151

Merged
merged 2 commits into from
Jun 6, 2018

Conversation

ewoutp
Copy link
Contributor

@ewoutp ewoutp commented Jun 4, 2018

Pods can be marked for deletion, but still not reach a stopped state, e.g. in the case where the node it was running on is shutdown.

This PR gives stateless pods in a marked-for-deletion state a minute to terminate. Afterwards they will be removed with force. As a result, a coordinator is no longer "stuck" on a down node, instead it is replaced with another coordinator.

@ewoutp ewoutp merged commit 095dc19 into master Jun 6, 2018
@ewoutp ewoutp deleted the bugfix/cleanup-long-terminating-stateless-pods branch June 6, 2018 08:07
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.

2 participants