You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the big refactor is done, I'd like to add support for index.unassigned.node_left.delayed_timeout to UpdatableIndexSetting. The default value of 1m that elasticsearch uses is bad, and in my own cluster, I set this to 10m so that restarting a node doesn't make elasticsearch decide to start relocating a bunch of stuff before it comes back up.
The text was updated successfully, but these errors were encountered:
After the big refactor is done, I'd like to add support for
index.unassigned.node_left.delayed_timeout
toUpdatableIndexSetting
. The default value of1m
that elasticsearch uses is bad, and in my own cluster, I set this to10m
so that restarting a node doesn't make elasticsearch decide to start relocating a bunch of stuff before it comes back up.The text was updated successfully, but these errors were encountered: