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 97551dd SOLR-14944: Fix the description to reflect the fact that this is not removed
in 8.7.
97551dd is described below
commit 97551dd644b94390f696c907d94ed602657844db
Author: Andrzej Bialecki <ab@apache.org>
AuthorDate: Fri Oct 23 12:11:36 2020 +0200
SOLR-14944: Fix the description to reflect the fact that this is not removed in 8.7.
---
solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
index 39afe6d..960b007 100644
--- a/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
+++ b/solr/solr-ref-guide/src/solr-upgrade-notes.adoc
@@ -54,8 +54,8 @@ The Solr community is working on pluggable API to replace this functionality,
wi
* 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.
+* Support for detecting spinning disks will be removed in Lucene 9.0 (LUCENE-9576). Corresponding
+`spins` metrics in Solr are deprecated and will be removed in Solr 9.0.
*Legacy Scaling (non-SolrCloud) Terminology Updated*
|