You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/06/29 12:59:23 UTC

lucene-solr:master: Put back 6.2 bugfix released in 5.5.2: SOLR-9191

Repository: lucene-solr
Updated Branches:
  refs/heads/master 6a703bebf -> 7a8be1827


Put back 6.2 bugfix released in 5.5.2: SOLR-9191


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/7a8be182
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7a8be182
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7a8be182

Branch: refs/heads/master
Commit: 7a8be182784bf26935435ac51839e70a1c045f1b
Parents: 6a703be
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Jun 29 08:58:13 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Jun 29 08:59:17 2016 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7a8be182/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 79243a1..e7b8dd1 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.