[
https://issues.apache.org/jira/browse/SOLR-5867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936392#comment-13936392
]
ASF subversion and git services commented on SOLR-5867:
-------------------------------------------------------
Commit 1577968 from [email protected] in branch 'dev/trunk'
[ https://svn.apache.org/r1577968 ]
SOLR-5867: OverseerCollectionProcessor isn't properly generating https urls in
some cases
> OverseerCollectionProcessor isn't properly generating https urls in some cases
> ------------------------------------------------------------------------------
>
> Key: SOLR-5867
> URL: https://issues.apache.org/jira/browse/SOLR-5867
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.7
> Reporter: Steve Davids
> Fix For: 4.8
>
> Attachments: SOLR-5867.patch
>
>
> All URLs should generated using a call out to the zk state reader:
> {code}
> zkStateReader.getBaseUrlForNodeName(nodeName);
> {code}
> This is because the url scheme is stored in the clusterprops.json file and is
> necessary to properly build the correct URL to propagate the request. Please
> note that if the base_url is available, that should be used since it does
> have the properly built schemed url without the need to check zk.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]