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:44:04 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9f73bcf11 -> 917a116b9


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

Branch: refs/heads/master
Commit: 917a116b90ce908ec3b0669431864b9807de74b6
Parents: 9f73bcf
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:13:53 2017 +0930

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/917a116b/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 35526e9..6fbbb3b 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -2331,6 +2331,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
 ----------------------