From commits-return-119116-apmail-lucene-commits-archive=www.apache.org@lucene.apache.org Mon Oct 19 11:07:30 2020 Return-Path: X-Original-To: apmail-lucene-commits-archive@www.apache.org Delivered-To: apmail-lucene-commits-archive@www.apache.org Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by minotaur.apache.org (Postfix) with ESMTP id 0988F1A4A4 for ; Mon, 19 Oct 2020 11:07:30 +0000 (UTC) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 11CAB646CB for ; Mon, 19 Oct 2020 11:07:28 +0000 (UTC) Received: (qmail 88285 invoked by uid 500); 19 Oct 2020 11:07: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 88276 invoked by uid 99); 19 Oct 2020 11:07: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; Mon, 19 Oct 2020 11:07:28 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E2EF981786; Mon, 19 Oct 2020 11:07:27 +0000 (UTC) Date: Mon, 19 Oct 2020 11:07:27 +0000 To: "commits@lucene.apache.org" Subject: [lucene-solr] branch branch_8_7 updated: SOLR-14944: Add a note about the removal of spinning disk detection and the corresponding metrics. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160310564672.20626.14453631645505326607@gitbox.apache.org> From: ab@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: lucene-solr X-Git-Refname: refs/heads/branch_8_7 X-Git-Reftype: branch X-Git-Oldrev: 2e4c9c06cc7cce09636ae3fb70e090f7611f8cd8 X-Git-Newrev: 54703128e0039e832e2c36407a0480caf8a0fe4e X-Git-Rev: 54703128e0039e832e2c36407a0480caf8a0fe4e 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_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 ---------------------