[ 
https://issues.apache.org/jira/browse/SOLR-6715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14279950#comment-14279950
 ] 

ASF subversion and git services commented on SOLR-6715:
-------------------------------------------------------

Commit 1652358 from [~anshumg] in branch 'dev/branches/lucene_solr_5_0'
[ https://svn.apache.org/r1652358 ]

SOLR-6715: Removing duplicate CHANGES.txt entry (merge from branch_5x)

> ZkSolrResourceLoader 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
>             Fix For: 5.0, Trunk
>
>         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