Browse Source

[Docs] Minor tweak for balance settings docs (#105170)

Relates: #105119
Yang Wang 1 year ago
parent
commit
6cf92584ba
1 changed files with 6 additions and 5 deletions
  1. 6 5
      docs/reference/modules/cluster/shards_allocation.asciidoc

+ 6 - 5
docs/reference/modules/cluster/shards_allocation.asciidoc

@@ -55,11 +55,12 @@ one of the active allocation ids in the cluster state.
      (<<dynamic-cluster-setting,Dynamic>>)
      A shortcut to set both
      `cluster.routing.allocation.node_concurrent_incoming_recoveries` and
-     `cluster.routing.allocation.node_concurrent_outgoing_recoveries`. Defaults
-     to `2`. Increasing this setting may cause shard movements to have a
-     performance impact on other activity in your cluster, but may not make
-     shard movements complete noticeably sooner. We do not recommend adjusting
-     this setting from its default of `2`.
+     `cluster.routing.allocation.node_concurrent_outgoing_recoveries`. The
+     value of this setting takes effect only when the more specific setting is
+     not configured.  Defaults to `2`. Increasing this setting may cause shard
+     movements to have a performance impact on other activity in your cluster,
+     but may not make shard movements complete noticeably sooner. We do not
+     recommend adjusting this setting from its default of `2`.
 
 `cluster.routing.allocation.node_initial_primaries_recoveries`::
      (<<dynamic-cluster-setting,Dynamic>>)