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:
noble 2020-04-27 20:36:16 +10:00
parent ea46596cb3
commit b25eabe6a9
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ New Features
* 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)
* SOLR-13942: A read API at /api/cluster/zk/* to fetch raw ZK data and view contents of a ZK direcory (noble)
Improvements
---------------------
* SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method