OpenSearch/docs/reference/index-modules
Lee Hinman 4185566e93 Add option to take currently relocating shards' sizes into account
When using the DiskThresholdDecider, it's possible that shards could
already be marked as relocating to the node being evaluated. This commit
adds a new setting `cluster.routing.allocation.disk.include_relocations`
which adds the size of the shards currently being relocated to this node
to the node's used disk space.

This new option defaults to `true`, however it's possible to
over-estimate the usage for a node if the relocation is already
partially complete, for instance:

A node with a 10gb shard that's 45% of the way through a relocation
would add 10gb + (.45 * 10) = 14.5gb to the node's disk usage before
examining the watermarks to see if a new shard can be allocated.

Fixes #7753
Relates to #6168
2014-09-19 12:36:51 +02:00
..
allocation.asciidoc Add option to take currently relocating shards' sizes into account 2014-09-19 12:36:51 +02:00
analysis.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
cache.asciidoc Updated cache.asciidoc 2014-07-04 14:26:20 +02:00
fielddata.asciidoc Docs: Added link to clarify meaning of filtering in fielddata context 2014-08-26 12:00:06 +02:00
mapper.asciidoc [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
merge.asciidoc Docs: Fix misnamed setting 2014-09-11 10:41:23 +02:00
query-cache.asciidoc Docs: fixed typo 2014-09-08 10:50:59 +02:00
similarity.asciidoc add lucene language model similarities (Dirichlet & JelinekMercer) 2014-04-07 10:48:03 +02:00
slowlog.asciidoc Remove garbage 2014-04-15 17:57:25 +02:00
store.asciidoc [DOCS] move all coming tags to added in master 2014-07-23 16:37:19 +02:00
translog.asciidoc Update translog.asciidoc 2014-07-31 14:06:24 +02:00