You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2018/01/29 03:44:19 UTC

[3/3] lucene-solr:master: SOLR-11882: SolrMetric registries retain references to SolrCores when closed

SOLR-11882: SolrMetric registries retain references to SolrCores when closed


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/d85a1666
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/d85a1666
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/d85a1666

Branch: refs/heads/master
Commit: d85a1666a18423eeeda83ca89ce4ab959ce39066
Parents: d15ab2f c724845
Author: Erick <er...@apache.org>
Authored: Sun Jan 28 19:42:58 2018 -0800
Committer: Erick <er...@apache.org>
Committed: Sun Jan 28 19:42:58 2018 -0800

----------------------------------------------------------------------
 solr/CHANGES.txt                                              | 3 +++
 .../java/org/apache/solr/metrics/SolrCoreMetricManager.java   | 7 +++++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d85a1666/solr/CHANGES.txt
----------------------------------------------------------------------
diff --cc solr/CHANGES.txt
index 5efc3d2,b9226b3..2943f6c
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@@ -132,11 -122,9 +132,14 @@@ Bug Fixe
  
  * SOLR-11794: PULL replicas stop replicating after collection RELOAD (Samuel Tatipamula, Tomás Fernández Löbbe)
  
 +* SOLR-11714: AddReplicaSuggester  / ComputePlanAction infinite loop. (ab)
 +
 +* 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)
+ 
  Optimizations
  ----------------------