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 5fcae9b SOLR-14944: Add a note about the removal of spinning disk detection and
the corresponding metrics.
5fcae9b is described below
commit 5fcae9bb2170f3a7267f4bc56fedd8a56021208d
Author: Andrzej Bialecki <ab@apache.org>
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
---------------------
|