From commits-return-119196-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Thu Oct 22 15:23:29 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 2C6B7180654 for ; Thu, 22 Oct 2020 17:23:29 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 6D1F445E21 for ; Thu, 22 Oct 2020 15:23:28 +0000 (UTC) Received: (qmail 70070 invoked by uid 500); 22 Oct 2020 15:23:28 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 70061 invoked by uid 99); 22 Oct 2020 15:23:28 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2020 15:23:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E862C81783; Thu, 22 Oct 2020 15:23:27 +0000 (UTC) Date: Thu, 22 Oct 2020 15:23:27 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] branch branch_8x updated: Move upgrade notes from CHANGES.txt to the Ref Guide. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160338020660.10714.10459170145526743070@gitbox.apache.org> From: ab@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/branch_8x X-Git-Reftype: branch X-Git-Oldrev: ea83868f7447ce8cb5ea2c765399286a6a13bd2a X-Git-Newrev: 24cbdd71246c238521a86bab01b9c11ebfeda635 X-Git-Rev: 24cbdd71246c238521a86bab01b9c11ebfeda635 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 24cbdd7 Move upgrade notes from CHANGES.txt to the Ref Guide. 24cbdd7 is described below commit 24cbdd71246c238521a86bab01b9c11ebfeda635 Author: Andrzej Bialecki AuthorDate: Thu Oct 22 17:22:29 2020 +0200 Move upgrade notes from CHANGES.txt to the Ref Guide. --- solr/CHANGES.txt | 14 -------------- solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 8 +++++++- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 7a3c3fb..abe4d00 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -32,20 +32,6 @@ Other Changes 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. - -* SOLR-14930: Rule based replica placement strategy is deprecated and will be replaced in - Solr 9.0 by APIs for replica placement and cluster events, with plugin-based implementations. - -* SOLR-14944: 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 9.0. - New Features --------------------- * SOLR-14151 Make schema components load from packages (noble) diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc index e328dda..39afe6d 100644 --- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc +++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc @@ -49,7 +49,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*