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:06 UTC

[2/2] lucene-solr:branch_6x: SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams added to CHANGES.txt

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/4c59e903
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4c59e903
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4c59e903

Branch: refs/heads/branch_6x
Commit: 4c59e9033c320a418109d7deb245cdd229fe3285
Parents: be3fe12
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:32:45 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4c59e903/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4a1bed7..495ab5e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -148,6 +148,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)