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

This commit is contained in:
Noble Paul 2017-07-26 21:13:53 +09:30
parent 9f73bcf11d
commit 917a116b90
1 changed files with 3 additions and 0 deletions

View File

@ -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
----------------------