You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2017/07/11 15:33:41 UTC

lucene-solr:branch_7x: SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams added to CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 9af2f78d4 -> 6953f87a8


SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams added to CHANGES.txt

(cherry picked from commit ce949aa)


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

Branch: refs/heads/branch_7x
Commit: 6953f87a869a4f6caa304c84e6904702d51ed12b
Parents: 9af2f78
Author: Erick Erickson <er...@apache.org>
Authored: Tue Jul 11 08:30:52 2017 -0700
Committer: Erick Erickson <er...@apache.org>
Committed: Tue Jul 11 08:33:32 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6953f87a/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 29ab3c0..ed5ebc9 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -601,6 +601,8 @@ when using one of Exact*StatsCache (Mikhail Khludnev)
 
 * SOLR-10914: RecoveryStrategy's sendPrepRecoveryCmd can get stuck for 5 minutes if leader is unloaded. (shalin)
 
+* SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams (Joel Bernstein)
+
 Optimizations
 ----------------------
 * SOLR-10634: JSON Facet API: When a field/terms facet will retrieve all buckets (i.e. limit:-1)