This is an automated email from the ASF dual-hosted git repository. ab pushed a commit to branch branch_8_7 in repository https://gitbox.apache.org/repos/asf/lucene-solr.git The following commit(s) were added to refs/heads/branch_8_7 by this push: new 5470312 SOLR-14944: Add a note about the removal of spinning disk detection and the corresponding metrics. 5470312 is described below commit 54703128e0039e832e2c36407a0480caf8a0fe4e Author: Andrzej Bialecki AuthorDate: Mon Oct 19 13:06:06 2020 +0200 SOLR-14944: Add a note about the removal of spinning disk detection and the corresponding metrics. --- solr/CHANGES.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index f343d09..11917d6 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -16,8 +16,11 @@ Upgrade Notes 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-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 ---------------------