OpenSearch/docs/reference/migration/migrate_7_0
Daniel Mitterdorfer 3d53daeb2f
Account for XContent overhead in in-flight breaker
So far the in-flight request circuit breaker has only accounted for the
on-the-wire representation of a request. However, we convert the raw
request into XContent internally which increases the overhead.
Therefore, we increase the value of the corresponding setting
`network.breaker.inflight_requests.overhead` from one to two. While this
value is still rather conservative (we assume that the representation as
structured objects has no overhead compared to the byte[]), it is closer
to reality than the current value.

Relates #31613
2018-07-03 09:17:16 +02:00
..
aggregations.asciidoc Migrate scripted metric aggregation scripts to ScriptContext design (#30111) 2018-06-25 12:01:33 +01:00
analysis.asciidoc Remove `delimited_payload_filter` (#27705) 2018-04-05 18:41:04 +02:00
api.asciidoc Default copy settings to true and deprecate on the REST layer (#30598) 2018-05-18 10:12:08 -04:00
cluster.asciidoc remove _primary and _replica shard preferences (#26791) 2017-10-08 11:03:06 -04:00
indices.asciidoc Account for XContent overhead in in-flight breaker 2018-07-03 09:17:16 +02:00
java.asciidoc Docs: Add note about removing prepareExecute from the java client (#31401) 2018-06-19 07:21:58 -07:00
mappings.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
packaging.asciidoc Packaging: Remove windows bin files from the tar distribution (#30596) 2018-06-18 19:02:51 +02:00
plugins.asciidoc [Docs] Fix broken cross link in documentation 2018-05-22 16:03:33 +02:00
restclient.asciidoc REST hl client: cluster health to default to cluster level (#31268) 2018-06-13 15:06:13 +02:00
scripting.asciidoc Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
search.asciidoc Limit the number of concurrent requests per node (#31206) 2018-06-11 08:49:18 +02:00
settings.asciidoc Reintroduce mandatory http pipelining support (#30820) 2018-05-23 14:38:52 -06:00
snapshotstats.asciidoc Include size of snapshot in snapshot metadata (#29602) 2018-05-25 21:04:50 +02:00