You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mk...@apache.org on 2018/09/03 17:06:01 UTC

[2/2] lucene-solr:branch_7x: SOLR-12726: Removing obsolete sentences from SolrCloud Auto Scaling Ref Guide.

SOLR-12726: Removing obsolete sentences from SolrCloud Auto Scaling Ref Guide.


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

Branch: refs/heads/branch_7x
Commit: 1ff9cbf4dbcaf0b0f3d9ec26a4e6ef5f37e1b414
Parents: f118226
Author: Mikhail Khludnev <mk...@apache.org>
Authored: Mon Sep 3 20:00:39 2018 +0300
Committer: Mikhail Khludnev <mk...@apache.org>
Committed: Mon Sep 3 20:05:25 2018 +0300

----------------------------------------------------------------------
 solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1ff9cbf4/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc
index 2215c86..d36d11b 100644
--- a/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc
+++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-overview.adoc
@@ -63,7 +63,7 @@ A cluster policy is a set of conditions that a node, shard, or collection must s
 
 There are many metrics on which the condition can be based, e.g., system load average, heap usage, free disk space, etc. The full list of supported metrics can be found in the section describing <<solrcloud-autoscaling-policy-preferences.adoc#policy-rule-attributes,Autoscaling Policy Rule Attributes>>.
 
-When a node, shard, or collection does not satisfy the policy, we call it a *violation*. Solr ensures that cluster management operations minimize the number of violations. Cluster management operations are currently invoked manually. In the future, these cluster management operations may be invoked automatically in response to cluster events such as a node being added or lost.
+When a node, shard, or collection does not satisfy the policy, we call it a *violation*. Solr ensures that cluster management operations minimize the number of violations.
 
 == Collection-Specific Policies