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 13:00:40 UTC

lucene-solr:branch_6x: Put back 6.2 bugfixes released in 5.5.2: SOLR-9191 and SOLR-9234

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 812fd346f -> 455e041c6


Put back 6.2 bugfixes released in 5.5.2: SOLR-9191 and SOLR-9234


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

Branch: refs/heads/branch_6x
Commit: 455e041c68106a9fc7d395a6a327aee6f221d1db
Parents: 812fd34
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Jun 29 08:56:08 2016 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Jun 29 09:00:29 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/455e041c/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 10f490a..9b54ff8 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -43,11 +43,16 @@ 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.
   (Christine Poerschke, Steve Rowe, Uwe Schindler)
 
+* SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs
+  endpoint (noble)
+
 * SOLR-8546: SOLR-8546: TestLazyCores is failing a lot on the Jenkins cluster. (Erick Erickson)
 
 * SOLR-9237: DefaultSolrHighlighter.doHighlightingByFastVectorHighlighter can't be overidden (janhoy)