OpenSearch/docs/reference/modules
Daniel Mitterdorfer f174f72fee
Circuit-break based on real memory usage
With this commit we introduce a new circuit-breaking strategy to the parent
circuit breaker. Contrary to the current implementation which only accounts for
memory reserved via child circuit breakers, the new strategy measures real heap
memory usage at the time of reservation. This allows us to be much more
aggressive with the circuit breaker limit so we bump it to 95% by default. The
new strategy is turned on by default and can be controlled  with the new cluster
setting `indices.breaker.total.userealmemory`.

Note that we turn it off for all integration tests with an internal test cluster
because it leads to spurious test failures which are of no value (we cannot
fully control heap memory usage in tests). All REST tests, however, will make
use of the real memory circuit breaker.

Relates #31767
2018-07-13 10:08:28 +02:00
..
cluster Improve docs for disk watermarks (#30249) 2018-04-30 17:31:11 +01:00
discovery Move DNS cache settings to important configuration 2017-11-29 18:02:26 -05:00
indices Circuit-break based on real memory usage 2018-07-13 10:08:28 +02:00
scripting Docs: Add note about missing mapping for doc values field (#29036) 2018-03-20 22:15:34 -07:00
cluster.asciidoc Fix typo in cluster module docs 2016-07-12 16:32:23 -04:00
cross-cluster-search.asciidoc Remove remaining tribe node references (#29574) 2018-04-19 18:02:01 -07:00
discovery.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gateway.asciidoc Provide explanation of dangling indices, fixes #26008 (#26999) 2018-01-22 18:39:21 +10:00
http.asciidoc Reintroduce mandatory http pipelining support (#30820) 2018-05-23 14:38:52 -06:00
indices.asciidoc Fix doc build. 2016-06-22 09:34:49 +02:00
memcached.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
ml-node.asciidoc [DOCS] Moves ML node info to docs (#31142) 2018-06-06 12:39:24 -07:00
network.asciidoc Add note regarding quoting values for network.host 2018-02-27 10:33:45 -08:00
node.asciidoc [DOCS] Moves ML node info to docs (#31142) 2018-06-06 12:39:24 -07:00
plugins.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
scripting.asciidoc [DOCS] Added Painless Language Spec content 2017-05-16 12:46:56 -07:00
snapshots.asciidoc Include size of snapshot in snapshot metadata #18543, bwc clean up (#30890) 2018-05-26 21:20:44 +02:00
threadpool.asciidoc Rename the bulk thread pool to write thread pool (#29593) 2018-04-19 08:18:58 -04:00
thrift.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
transport.asciidoc [DOCS] Add note about long-lived idle connections (#30990) 2018-06-08 13:36:19 +01:00