Put back 6.2 bugfix released in 5.5.2: SOLR-9191

This commit is contained in:
Steve Rowe 2016-06-29 08:58:13 -04:00
parent 6a703bebf7
commit 7a8be18278
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ New Features
Bug Fixes
----------------------
* SOLR-9191: OverseerTaskQueue.peekTopN() fatally flawed (Scott Blum, Noble Paul)
* SOLR-9199: ZkController#publishAndWaitForDownStates logic is inefficient (Hrishikesh Gadre)
* SOLR-9161: Change SolrPluginUtils.invokeSetters implementation to accommodate setter variants.