Hello,
At the moment on which I want to remove a node inside a Elasticsearch cluster I was wondering if there is possible to controll how many shards are going to be reallocating at the same time, I know the cluster setting called "cluster.routing.allocation.cluster_concurrent_rebalance" but inside the documentation I could read that this settings does not apply when I want to remove a node with the following setting:
cluster.routing.allocation.exclude.{attribute}
Do you have any idea about this issue?
Thanks for all.
Best Regards