You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Davids (JIRA)" <ji...@apache.org> on 2014/03/16 02:52:42 UTC

[jira] [Created] (SOLR-5867) OverseerCollectionProcessor isn't properly generating https urls in some cases

Steve Davids created SOLR-5867:
----------------------------------

             Summary: 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


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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org