bloodhound icon indicating copy to clipboard operation
bloodhound copied to clipboard

Support index.unassigned.node_left.delayed_timeout

Open andrewthad opened this issue 6 years ago • 1 comments

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.

andrewthad avatar Feb 21 '18 16:02 andrewthad

so that restarting a node doesn't make elasticsearch decide to start relocating a bunch of stuff before it comes back up.

Urgh, I've seen this before too. I'll try to get things wrapped up.

bitemyapp avatar Feb 21 '18 17:02 bitemyapp