Doug Ericson created SOLR-5409:
----------------------------------

             Summary: core.properties file is not removed.
                 Key: SOLR-5409
                 URL: https://issues.apache.org/jira/browse/SOLR-5409
             Project: Solr
          Issue Type: Bug
            Reporter: Doug Ericson


The core.properties file is renamed to core.properties.unloaded when a core is 
unloaded. However if the core is reloaded a new core.properties file is 
created. This can put a core in a state where it cannot be re-loaded without 
removing the core.properties file.

Steps to reproduce using the web admin UI:
# Create a core
# Unload the core
# Create the core again
# Unload the core
# Create the core again

Expected Results:
The core should be created after the last step.

Observed Results:
The last step fails because core.properties already exists and has not been 
renamed to core.properties.unloaded since that file already exists. This puts 
the core in a between state of being unloaded but unable to be re-loaded.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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

Reply via email to