SOLR-12977: Autoscaling tries to fetch metrics from dead nodes

This commit is contained in:
Noble Paul 2018-11-12 18:43:09 +11:00
parent 605c3f6f1a
commit e6e6ad2c83
1 changed files with 2 additions and 1 deletions

View File

@ -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
----------------------