[DOCS] Document `indices.recovery.concurrent_small_file_streams`
This commit is contained in:
parent
21f72fed0a
commit
eed7c8af6d
|
@ -168,6 +168,9 @@ due to forced awareness or allocation filtering.
|
||||||
`indices.recovery.concurrent_streams`::
|
`indices.recovery.concurrent_streams`::
|
||||||
See <<modules-indices>>
|
See <<modules-indices>>
|
||||||
|
|
||||||
|
`indices.recovery.concurrent_small_file_streams`::
|
||||||
|
See <<modules-indices>>
|
||||||
|
|
||||||
`indices.recovery.file_chunk_size`::
|
`indices.recovery.file_chunk_size`::
|
||||||
See <<modules-indices>>
|
See <<modules-indices>>
|
||||||
|
|
||||||
|
|
|
@ -73,6 +73,10 @@ Can be set to:
|
||||||
The number of streams to open (on a *node* level) to recover a
|
The number of streams to open (on a *node* level) to recover a
|
||||||
shard from a peer shard. Defaults to `3`.
|
shard from a peer shard. Defaults to `3`.
|
||||||
|
|
||||||
|
`indices.recovery.concurrent_small_file_streams`::
|
||||||
|
The number of streams to open (on a *node* level) for small files (under
|
||||||
|
5mb) to recover a shard from a peer shard. Defaults to `2`.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
[[allocation-awareness]]
|
[[allocation-awareness]]
|
||||||
=== Shard Allocation Awareness
|
=== Shard Allocation Awareness
|
||||||
|
|
|
@ -46,6 +46,9 @@ The following settings can be set to manage the recovery policy:
|
||||||
`indices.recovery.concurrent_streams`::
|
`indices.recovery.concurrent_streams`::
|
||||||
defaults to `3`.
|
defaults to `3`.
|
||||||
|
|
||||||
|
`indices.recovery.concurrent_small_file_streams`::
|
||||||
|
defaults to `2`.
|
||||||
|
|
||||||
`indices.recovery.file_chunk_size`::
|
`indices.recovery.file_chunk_size`::
|
||||||
defaults to `512kb`.
|
defaults to `512kb`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue