From 7a8be182784bf26935435ac51839e70a1c045f1b Mon Sep 17 00:00:00 2001 From: Steve Rowe Date: Wed, 29 Jun 2016 08:58:13 -0400 Subject: [PATCH] Put back 6.2 bugfix released in 5.5.2: SOLR-9191 --- solr/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 79243a1c6aa..e7b8dd1f118 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -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.