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:22:55 UTC

[lucene-solr] branch branch_8_6 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_8_6
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit 665c69037ebfb1fcca50c373df6adbf720207bcf
Author: Cassandra Targett <ca...@lucidworks.com>
AuthorDate: Fri Aug 14 12:22:02 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 12fe5be..a42d937 100644
--- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
+++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
@@ -46,8 +46,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.
 +
 ```