bitemyapp / bloodhound

Haskell Elasticsearch client and query DSL
bitemyapp.com
BSD 3-Clause "New" or "Revised" License
424 stars 118 forks source link

Support index.unassigned.node_left.delayed_timeout #226

Open andrewthad opened 6 years ago

andrewthad commented 6 years ago

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.

bitemyapp commented 6 years ago

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.