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

[16/47] lucene-solr:jira/solr-11000: 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


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

Branch: refs/heads/jira/solr-11000
Commit: ce949aacdc02f18951fb9b8355b7eb94c7258f26
Parents: 5dbcb28
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:31:05 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ce949aac/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 02d2364..a66bc9b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -618,6 +618,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)