This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to tag history/branches/lucene-solr/branch_7_1 in repository https://gitbox.apache.org/repos/asf/solr.git
commit b2478b209065b4cfb3de6850254567abfbc0e4ee Author: Cassandra Targett <[email protected]> AuthorDate: Thu Oct 26 14:05:01 2017 -0500 Ref Guide: fix missing anchor reference by removing link to nowhere --- solr/solr-ref-guide/src/solrcloud-autoscaling-auto-add-replicas.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-auto-add-replicas.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-auto-add-replicas.adoc index 55b45a1..e0e66f5 100644 --- a/solr/solr-ref-guide/src/solrcloud-autoscaling-auto-add-replicas.adoc +++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-auto-add-replicas.adoc @@ -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]
