mirror of https://github.com/apache/lucene.git
SOLR-13942: A read API at /api/cluster/zk/* to fetch raw ZK data and view contents of a ZK direcory
This commit is contained in:
parent
ea46596cb3
commit
b25eabe6a9
|
@ -73,6 +73,9 @@ New Features
|
||||||
* SOLR-14210: HealthCheckHandler can now require that all cores are healthy before returning 'OK'
|
* SOLR-14210: HealthCheckHandler can now require that all cores are healthy before returning 'OK'
|
||||||
To enable, add &requireHealthyCores=true to enable (janhoy, Houston Putman, shalin)
|
To enable, add &requireHealthyCores=true to enable (janhoy, Houston Putman, shalin)
|
||||||
|
|
||||||
|
* SOLR-13942: A read API at /api/cluster/zk/* to fetch raw ZK data and view contents of a ZK direcory (noble)
|
||||||
|
|
||||||
|
|
||||||
Improvements
|
Improvements
|
||||||
---------------------
|
---------------------
|
||||||
* SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method
|
* SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method
|
||||||
|
|
Loading…
Reference in New Issue