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

[2/3] lucene-solr:branch_7_0: SOLR-11130: V2Request in SolrJ should return the correct collection name so that the request is forwarded to the correct node

SOLR-11130: V2Request in SolrJ should return the correct collection name so that the request is forwarded to the correct node


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

Branch: refs/heads/branch_7_0
Commit: e79d1f2470e3698a95a54354be1b6d54cf322dba
Parents: 3a8bcad
Author: Noble Paul <no...@apache.org>
Authored: Wed Jul 26 21:13:53 2017 +0930
Committer: Noble Paul <no...@apache.org>
Committed: Wed Jul 26 21:21:35 2017 +0930

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e79d1f24/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index e3b6aef..f4ba6a0 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -2233,6 +2233,9 @@ Bug Fixes
 * SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when
   previously skipped servers were successfully tried. (Christine Poerschke)
 
+* SOLR-11130: V2Request in SolrJ should return the correct collection name so that the request is forwarded to the
+  correct node (noble)
+
 Optimizations
 ----------------------