[
https://issues.apache.org/jira/browse/SOLR-6338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shawn Heisey updated SOLR-6338:
-------------------------------
Summary: coreRootDirectory requires trailing slash when creating new cores
(was: collection API is creating incorrect collection configuration directory )
> coreRootDirectory requires trailing slash when creating new cores
> -----------------------------------------------------------------
>
> Key: SOLR-6338
> URL: https://issues.apache.org/jira/browse/SOLR-6338
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.9
> Environment: x86_64 Linux
> x86_64 Sun Java 1.7.0_51
> Reporter: Virender Khatri
> Labels: collection-api
>
> collection configuration directory created by API is missing the trailer
> between ${coreRootDirectory} and ${collection}.
> e.g.
> coreRootDirectory=/usr/local/solr/cores
> For a collection xyz, API creates '/usr/local/solr/coresxyz' config directory
> instead of '/usr/local/solr/cores/xyz'
> As a workaround, i added a trailer to ${coreRootDirectory}
> coreRootDirectory=/usr/local/solr/cores/
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]