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/12 08:56:46 UTC

[lucene-solr] branch branch_8x updated: SOLR-14656: Add a deprecation notice to CHANGES.txt.

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

ab 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 ae26be4  SOLR-14656: Add a deprecation notice to CHANGES.txt.
ae26be4 is described below

commit ae26be479c743d7c60ac28e050d491e91291f85a
Author: Andrzej Bialecki <ab...@apache.org>
AuthorDate: Mon Oct 12 10:55:58 2020 +0200

    SOLR-14656: Add a deprecation notice to CHANGES.txt.
---
 solr/CHANGES.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 7f25dda..c89af85 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -8,6 +8,15 @@ https://github.com/apache/lucene-solr/blob/master/solr/solr-ref-guide/src/solr-u
 
 Consult the lucene/CHANGES.txt file for additional, low level, changes in this release.
 
+Upgrade Notes
+---------------------
+
+* SOLR-14656: Current Autoscaling Framework is marked as deprecated and will be replaced in
+  Solr 9.0 by APIs for replica placement and cluster events, with plugin-based implementations.
+  Deprecations include: autoscaling policy, triggers, withCollection handling, simulation framework,
+  autoscaling suggestions tab in the UI, autoAddReplicas and UTILIZENODE command.
+
+
 New Features
 ---------------------