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

Anshum Gupta commented on SOLR-6537:
------------------------------------

You're trying to set core level (uLogDir, instanceDir, dataDir) properties 
while creating the collection on the same machine and the same directory. 
That's leading to failure in core creation due to conflict.
You might want to look at creating a collection without those properties and 
then adding a core with those properties (for the purpose of testing this) or 
perhaps just create a collection with a single core (1 shard, 1 replica) and 
delete that.

> A uLogDir configured outside of dataDir is not cleaned up by CoreAdmin UNLOAD
> -----------------------------------------------------------------------------
>
>                 Key: SOLR-6537
>                 URL: https://issues.apache.org/jira/browse/SOLR-6537
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.10
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Anshum Gupta
>              Labels: difficulty-easy, impact-low
>             Fix For: 5.0
>
>         Attachments: SOLR-6537.patch, SOLR-6537.patch
>
>
> If one has defined a uLogDir which is not inside the dataDir then the 
> CoreAdmin#UNLOAD call will not clean it up.



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