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 2020/08/14 17:25:01 UTC

[lucene-solr] branch branch_8x updated: Ref Guide: change reference to "clouds" in upgrade note for 8.6.1 to "clusters"

This is an automated email from the ASF dual-hosted git repository.

ctargett pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new cdc1937  Ref Guide: change reference to "clouds" in upgrade note for 8.6.1 to "clusters"
cdc1937 is described below

commit cdc19370d4598eee6c8599741807f4e14e94c057
Author: Cassandra Targett <ca...@lucidworks.com>
AuthorDate: Fri Aug 14 12:24:34 2020 -0500

    Ref Guide: change reference to "clouds" in upgrade note for 8.6.1 to "clusters"
---
 solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
index b22ad2b..029611c 100644
--- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
+++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
@@ -57,8 +57,9 @@ When upgrading to 8.6.1 users should be aware of the following major changes fro
 * As mentioned in the 8.6 upgrade notes, a default autoscaling policy was provided starting in 8.6.0.
 This default autoscaling policy resulted in increasingly slow collection creation calls in large clusters (50+ collections).
 +
-In 8.6.1 the default autoscaling policy has been removed, and clouds will not use autoscaling unless a policy has explicitly been created.
-If your cloud is running 8.6.0 and **not using an explicit autoscaling policy**, upgrade to 8.6.1 and remove the default cluster policy and preferences via the following command.
+In 8.6.1 the default autoscaling policy has been removed, and clusters will not use autoscaling unless a policy has explicitly been created.
+If your cluster is running 8.6.0 and *not using an explicit autoscaling policy*, upgrade to 8.6.1 and remove the default cluster policy and preferences via the following command.
++
 Replace `localhost:8983` with your Solr endpoint.
 +
 ```