mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
[+DOC] node_concurrent_recoveries default (#90330)
Notes that `node_concurrent_recoveries` default is 2 (same as both sub-settings which already note that).
This commit is contained in:
parent
510ab87a85
commit
eb1de9493e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ one of the active allocation ids in the cluster state.
|
||||||
`cluster.routing.allocation.node_concurrent_recoveries`::
|
`cluster.routing.allocation.node_concurrent_recoveries`::
|
||||||
(<<dynamic-cluster-setting,Dynamic>>)
|
(<<dynamic-cluster-setting,Dynamic>>)
|
||||||
A shortcut to set both `cluster.routing.allocation.node_concurrent_incoming_recoveries` and
|
A shortcut to set both `cluster.routing.allocation.node_concurrent_incoming_recoveries` and
|
||||||
`cluster.routing.allocation.node_concurrent_outgoing_recoveries`.
|
`cluster.routing.allocation.node_concurrent_outgoing_recoveries`. Defaults to 2.
|
||||||
|
|
||||||
|
|
||||||
`cluster.routing.allocation.node_initial_primaries_recoveries`::
|
`cluster.routing.allocation.node_initial_primaries_recoveries`::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue