-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request