OpenSearch/docs/reference/migration/migrate_7_0
Simon Willnauer f825a530b8
Limit the number of concurrent requests per node (#31206)
With `max_concurrent_shard_requests` we used to throttle / limit
the number of concurrent shard requests a high level search request
can execute per node. This had several problems since it limited the
number on a global level based on the number of nodes. This change
now throttles the number of concurrent requests per node while still
allowing concurrency across multiple nodes.

Closes #31192
2018-06-11 08:49:18 +02:00
..
aggregations.asciidoc Fix missing option serialization after backport 2018-05-30 12:55:31 +02: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 REST: Clear Indices Cache API remove deprecated url params (#29068) 2018-03-14 16:37:50 -04:00
java.asciidoc Java Api clean up: remove deprecated `isShardsAcked` (#28311) 2018-01-25 14:13:20 +01:00
mappings.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
packaging.asciidoc Packaging: Unmark systemd service file as a config file (#29004) 2018-05-02 09:48:49 -07:00
plugins.asciidoc [Docs] Fix broken cross link in documentation 2018-05-22 16:03:33 +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