You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ishan Chattopadhyaya (JIRA)" <ji...@apache.org> on 2017/03/13 16:41:42 UTC

[jira] [Updated] (SOLR-9433) SolrCore clean-up logic uses incorrect path to delete dataDir on failure to create a core

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

Ishan Chattopadhyaya updated SOLR-9433:
---------------------------------------
    Fix Version/s:     (was: 6.4)
                   6.5

> SolrCore clean-up logic uses incorrect path to delete dataDir on failure to create a core
> -----------------------------------------------------------------------------------------
>
>                 Key: SOLR-9433
>                 URL: https://issues.apache.org/jira/browse/SOLR-9433
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 5.5.2
>            Reporter: Evan Sayer
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 6.5, master (7.0)
>
>         Attachments: SOLR-9433.patch
>
>
> When a core fails to be created for some reason (errant schema or solrconfig etc.), {{SolrCore.deleteUnloadedCore()}} is called from {{unload()}} in CoreContainer in order to clean-up the possibly left-over {{dataDir}} and {{instanceDir}}.  The problem is that the CoreDescriptor passed to {{SolrCore.deleteUnloadedCore()}} will have its value for {{dataDir}} set to just "data/" unless an explicit {{dataDir}} was specified by the user in the request to create the core, leading to an attempt to delete simply {{"data/"}}, which presumably resolves to a non-existent directory under Solr's home directory or some such.
> https://github.com/apache/lucene-solr/blob/branch_5_5/solr/core/src/java/org/apache/solr/core/CoreContainer.java#L974
> https://github.com/apache/lucene-solr/blob/branch_5_5/solr/core/src/java/org/apache/solr/core/SolrCore.java#L2537



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org