[
https://issues.apache.org/jira/browse/SOLR-5409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Woodward resolved SOLR-5409.
---------------------------------
Resolution: Fixed
Assignee: Alan Woodward
Fix Version/s: (was: 4.9)
5.4
Fixed by SOLR-8260
> 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
> Assignee: Alan Woodward
> Fix For: 5.4, Trunk
>
>
> 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.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]