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

Parallel node evictions #6

Open
phillebaba opened this issue May 28, 2022 · 0 comments
Open

Parallel node evictions #6

phillebaba opened this issue May 28, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@phillebaba
Copy link
Contributor

Currently node-ttl will evict nodes one by one. This is mostly to avoid large amount of node evictions occurring which could cause scaling issues as it would take time to add new nodes to the cluster. This is not really an issue in smaller clusters but a clusters with thousands of nodes may have issue with the slow pace of evictions.

For the future it would be good to evaluate a solution which would evict multiple nodes at the same time.

@phillebaba phillebaba added the enhancement New feature or request label May 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant