-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Don't ignore allocation settings with cluster reroute #18321
Comments
I believe it should be an option to disable the allocation deciders when running reroute commands. I've disabled allocation and then manually allocated shards to be where I want them to be before in order to reproduce a specific cluster allocation |
Update: I was missing the context. I'm +1 on providing a flag to allow disabled allocation to be overridden with the cluster reroute command |
+1 for now but in general we should really try to get away from providing this API alltogether |
The flag should also allow overriding of the |
heads up to whoever implements this - some allocation deciders should never be overridden - for example |
Pinging @elastic/es-distributed |
We think this is now covered sufficiently well by the allocation explain API. |
The cluster reroute command ignores the allocation deciders for index/cluster allocation settings, which makes it hard to debug why shards are not being assigned (see #18294 (comment))
The text was updated successfully, but these errors were encountered: