[
https://issues.apache.org/jira/browse/SOLR-5252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13771140#comment-13771140
]
Yonik Seeley commented on SOLR-5252:
------------------------------------
Currently, core.properties is moved to core.properties.unloaded on an UNLOAD
command.
On a create command, the unloaded properties are seemingly ignored, resulting
in an incorrect cluster state.
When I manually moved core.properties.unloaded to core.properties, it resulted
in an exception trying to create core.properties.
{code}
Caused by: org.apache.solr.common.SolrException: Could not create a new core in
solr/c2_s1_replica1/as another core is already defined there
at
org.apache.solr.core.CorePropertiesLocator.create(CorePropertiesLocator.java:57)
at
org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:464)
{code}
> SolrCloud core UNLOAD + CREATE
> ------------------------------
>
> Key: SOLR-5252
> URL: https://issues.apache.org/jira/browse/SOLR-5252
> Project: Solr
> Issue Type: Bug
> Reporter: Yonik Seeley
>
> Unloading a core and then loading it again doesn't work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]