You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2020/10/22 15:28:34 UTC

[lucene-solr] branch master updated: Move upgrade notes from CHANGES.txt to the Ref Guide.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c680a6e  Move upgrade notes from CHANGES.txt to the Ref Guide.
c680a6e is described below

commit c680a6e061cd5786aa9173a80205a50c467c218f
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Thu Oct 22 17:22:29 2020 +0200

    Move upgrade notes from CHANGES.txt to the Ref Guide.
---
 solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
index 355e021..a658af6 100644
--- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
+++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
@@ -53,7 +53,13 @@ If you are already on 8.6.1 or higher, you can ignore these instructions.
 *Deprecations*
 
 * The autoscaling framework is now formally deprecated and will be removed in Solr 9.0.
-The Solr community is working on a plugin to replace this functionality, with the goal for it to be ready by the time 9.0 is released.
+The Solr community is working on pluggable API to replace this functionality, with the goal for it to be ready by the time 9.0 is released. Deprecations include: autoscaling policy, triggers, `withCollection` support, simulation framework, autoscaling suggestions tab in the UI, `autoAddReplicas` and `UTILIZENODE` command.
+
+* Similarly, rule-based replica placement strategy has been deprecated and will be replaced
+  in Solr 9.0 by APIs for replica placement and cluster events, with plugin-based implementations.
+
+* Support for detecting spinning disks has been removed in LUCENE-9576. Corresponding
+`spins` metrics in Solr still exist but now they always return `false` and will be removed in Solr 9.0.
 
 *Legacy Scaling (non-SolrCloud) Terminology Updated*