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

Limit # of crash loop nodes for requests without requiring new deploys #2237

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

WH77
Copy link
Contributor

@WH77 WH77 commented Oct 18, 2021

Currently, crash loop nodes for requests that repeatedly create/resolve crash loops are not cleaned up until the request has a new deploy., which causes very slow but unbounded growth in ZooKeeper. This PR ensures that old resolved crash loop nodes are deleted instead of being skipped.

cc - @pschoenfelder

@pschoenfelder
Copy link
Contributor

Looks good to me 🚢

@WH77 WH77 merged commit cafc6cc into master Oct 21, 2021
@WH77 WH77 deleted the crash-loop-zk-cleanup branch October 21, 2021 20:30
@ssalinas ssalinas added this to the 1.5.0 milestone May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants