You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/03/16 18:19:19 UTC

lucene-solr:branch_7x: SOLR-12067: omitted correct information about where to define autoAddReplica trigger param

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x d7d278c44 -> 0c4218b6e


SOLR-12067: omitted correct information about where to define autoAddReplica trigger param


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/0c4218b6
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/0c4218b6
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/0c4218b6

Branch: refs/heads/branch_7x
Commit: 0c4218b6e45f238941c5a4eadc57b5d530cdb8ea
Parents: d7d278c
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Mar 16 13:17:53 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Mar 16 13:19:12 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0c4218b6/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
index 0c263be..3165669 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-triggers.adoc
@@ -63,10 +63,12 @@ to add replicas on the live nodes to maintain the expected replication factor).
 
 Refer to the section <<solrcloud-autoscaling-auto-add-replicas.adoc#solrcloud-autoscaling-auto-add-replicas, Autoscaling Automatically Adding Replicas>> to learn more about how the `.autoAddReplicas` trigger works.
 
-This trigger supports one parameter:
+This trigger supports one parameter, which is defined in the `<solrcloud>` section of `solr.xml`:
 
 `autoReplicaFailoverWaitAfterExpiration`::
-The minimum time in milliseconds to wait for initiating replacement of a replica after first noticing it not being live. This is important to prevent false positives while stopping or starting the cluster. The default is `120000` (2 minutes).
+The minimum time in milliseconds to wait for initiating replacement of a replica after first noticing it not being live. This is important to prevent false positives while stopping or starting the cluster. The default is `120000` (2 minutes). The value provided for this parameter is used as the value for the `waitFor` parameter in the `.auto_add_replicas` trigger.
+
+TIP: See <<format-of-solr-xml.adoc#the-solrcloud-element,The <solrcloud> Element>> for more details about how to work with `solr.xml`.
 
 == Metric Trigger