Ref Guide: fix missing anchor reference by removing link to nowhere

This commit is contained in:
Cassandra Targett 2017-10-26 14:05:01 -05:00
parent 79baebb8b9
commit 95b75303c7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ A Trigger named `.autoAddReplicas` is automatically created whenever any collect
Only one trigger is sufficient to serve all collections having this feature enabled. The `.autoAddReplicas` trigger watches for nodes that are lost from the cluster and uses the default `TriggerActions` to create new replicas to replace the ones which were hosted by the lost node. If the old node comes back online, it unloads the moved replicas and the node is free to host other replicas as and when required.
Since the trigger provides the autoAddReplicas feature for all collections, the `suspend-trigger` and `resume-trigger` Autoscaling API commands can be used to disable and enable this feature for all collections in one API call. See <<solrcloud-autoscaling-auto-add-replicas.adoc#>>
Since the trigger provides the autoAddReplicas feature for all collections, the `suspend-trigger` and `resume-trigger` Autoscaling API commands can be used to disable and enable this feature for all collections in one API call.
.Suspending autoAddReplicas for all collections
[source,json]