SOLR-11145, SOLR-11146: Updates solr/CHANGES for related commit adding unit tests and fixing a couple bugs

This closes #225
This commit is contained in:
Dennis Gove 2017-10-17 13:45:58 -04:00
parent 86d84bff82
commit 6fefcfa18c
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,8 @@ Bug Fixes
* SOLR-11491: Support retrieval of cluster properties in HttpClusterStateProvider. (ab)
* SOLR-11146: Small fixes to the mapping functions in the Analytics Component (Houston Putman)
Optimizations
----------------------
* SOLR-11285: Refactor autoscaling framework to avoid direct references to Zookeeper and Solr
@ -65,6 +67,8 @@ Other Changes
----------------------
* SOLR-11478: Solr should remove itself from live_nodes in zk immediately on shutdown. (Cao Manh Dat)
* SOLR-11145: Adds comprehensive unit tests for the Analytics Component v2 (Houston Putman)
================== 7.1.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.