SOLR-9128: Update CHANGES.txt

This commit is contained in:
jbernste 2016-05-18 22:40:53 -04:00
parent 97fd7988ae
commit 1c7777cc55
1 changed files with 2 additions and 0 deletions

View File

@ -224,6 +224,8 @@ Bug Fixes
* SOLR-9116: Race condition causing occasional SolrIndexSearcher leak when SolrCore is reloaded.
(Jessica Cheng Mallet via shalin)
* SOLR-9128: Fix error handling issues in Streaming classes (Joel Bernstein)
Optimizations
----------------------
* SOLR-8722: Don't force a full ZkStateReader refresh on every Overseer operation.