node-ttl icon indicating copy to clipboard operation
node-ttl copied to clipboard

Parallel node evictions

Open phillebaba opened this issue 2 years ago • 0 comments

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 avatar May 28 '22 16:05 phillebaba