From e6e6ad2c833591028ca9f504571cf26e9585fdda Mon Sep 17 00:00:00 2001 From: Noble Paul Date: Mon, 12 Nov 2018 18:43:09 +1100 Subject: [PATCH] SOLR-12977: Autoscaling tries to fetch metrics from dead nodes --- solr/CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 2e8e97a8702..6fca62de730 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -212,7 +212,6 @@ New Features to set this to false (using docValues as needed) to reduce the risk of large fluxuations in heap size due to unexpected attempts to sort/facet/function on non-docValue fields. (hossman) -* SOLR-12977: Autoscaling tries to fetch metrics from dead nodes (noble) Other Changes ---------------------- @@ -289,6 +288,8 @@ used with DVHASH method in json.facet. (Tim Underwood via Mikhail Khludnev) * SOLR-12243: Edismax missing phrase queries when phrases contain multiterm synonyms (Elizabeth Haubert, Alessandro Benedetti, Uwe Schindler, Steve Rowe) +* SOLR-12977: Autoscaling tries to fetch metrics from dead nodes (noble) + Improvements ----------------------