Shalin Shekhar Mangar created SOLR-6715:
-------------------------------------------
Summary: 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
{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]