diff --git a/docs/reference/cluster/update-settings.asciidoc b/docs/reference/cluster/update-settings.asciidoc index 635145937d4..438b04d4094 100644 --- a/docs/reference/cluster/update-settings.asciidoc +++ b/docs/reference/cluster/update-settings.asciidoc @@ -168,6 +168,9 @@ due to forced awareness or allocation filtering. `indices.recovery.concurrent_streams`:: See <> +`indices.recovery.concurrent_small_file_streams`:: + See <> + `indices.recovery.file_chunk_size`:: See <> diff --git a/docs/reference/modules/cluster.asciidoc b/docs/reference/modules/cluster.asciidoc index d223e85058c..12d4c7443fd 100644 --- a/docs/reference/modules/cluster.asciidoc +++ b/docs/reference/modules/cluster.asciidoc @@ -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 diff --git a/docs/reference/modules/indices.asciidoc b/docs/reference/modules/indices.asciidoc index 2787c9156ce..f5302c9fbb1 100644 --- a/docs/reference/modules/indices.asciidoc +++ b/docs/reference/modules/indices.asciidoc @@ -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`.