[ 
https://issues.apache.org/jira/browse/SOLR-6715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shalin Shekhar Mangar updated SOLR-6715:
----------------------------------------
    Attachment: SOLR-6715.patch

Patch which renames collectionZkPath to configSetZkPath everywhere.

> ZkResourceLoader constructors accept a parameter called "collection" but it 
> should be "configName"
> --------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-6715
>                 URL: https://issues.apache.org/jira/browse/SOLR-6715
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>         Attachments: SOLR-6715.patch
>
>
> {code}
> public ZkSolrResourceLoader(String instanceDir, String collection,
>       ZkController zooKeeperController);
> public ZkSolrResourceLoader(String instanceDir, String collection, 
> ClassLoader parent,
>       Properties coreProperties, ZkController zooKeeperController);
> {code}
> The CloudConfigSetService created ZkSolrResourceLoader using the configName 
> (which is correct).
> We should renamed the param in ZkSolrResourceLoader to be configSetName and 
> also rename the "collectionZkPath" member to be "configSetZkPath"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to