[DOCS] Document `indices.recovery.concurrent_small_file_streams`

This commit is contained in:
Lee Hinman 2015-04-06 11:16:50 -06:00
parent 21f72fed0a
commit eed7c8af6d
3 changed files with 10 additions and 0 deletions

View File

@ -168,6 +168,9 @@ due to forced awareness or allocation filtering.
`indices.recovery.concurrent_streams`::
See <<modules-indices>>
`indices.recovery.concurrent_small_file_streams`::
See <<modules-indices>>
`indices.recovery.file_chunk_size`::
See <<modules-indices>>

View File

@ -73,6 +73,10 @@ Can be set to:
The number of streams to open (on a *node* level) to recover a
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]
[[allocation-awareness]]
=== Shard Allocation Awareness

View File

@ -46,6 +46,9 @@ The following settings can be set to manage the recovery policy:
`indices.recovery.concurrent_streams`::
defaults to `3`.
`indices.recovery.concurrent_small_file_streams`::
defaults to `2`.
`indices.recovery.file_chunk_size`::
defaults to `512kb`.