mirror of https://github.com/apache/lucene.git
SOLR-12977: Autoscaling tries to fetch metrics from dead nodes
This commit is contained in:
parent
605c3f6f1a
commit
e6e6ad2c83
|
@ -212,7 +212,6 @@ New Features
|
||||||
to set this to false (using docValues as needed) to reduce the risk of large fluxuations in heap
|
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)
|
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
|
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
|
* SOLR-12243: Edismax missing phrase queries when phrases contain multiterm synonyms
|
||||||
(Elizabeth Haubert, Alessandro Benedetti, Uwe Schindler, Steve Rowe)
|
(Elizabeth Haubert, Alessandro Benedetti, Uwe Schindler, Steve Rowe)
|
||||||
|
|
||||||
|
* SOLR-12977: Autoscaling tries to fetch metrics from dead nodes (noble)
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue