From b0b963c68e04a249b87d5b3ab70ade52d19d85ee Mon Sep 17 00:00:00 2001 From: Andrzej Bialecki Date: Thu, 1 Feb 2018 17:36:07 +0100 Subject: [PATCH] Revert "SOLR-11882: SolrMetric registries retain references to SolrCores when closed" This reverts commit c724845fabcdbffe15ad78f5335c77cae0900194. --- solr/CHANGES.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 539bf247825..223e8714be8 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -173,9 +173,6 @@ Bug Fixes * SOLR-11895: Logging Screen in the Admin UI will now show "No Events available" when there are no events to show. Also, the spinner icon is removed to prevent users thinking the page has hung. (Cassandra Targett, Shawn Heisey) -* SOLR-11882: SolrMetric registries retain references to SolrCores when closed. - (Andrzej Bialecki, Erick Erickson) - * SOLR-10525: Stacked recovery requests do no cancel an in progress recovery first. (Mike Drob via Cao Manh Dat) * SOLR-11873: Use time based expiration cache in all necessary places in HdfsDirectoryFactory. (Mihaly Toth via Mark Miller)