Simon Rosenthal created SOLR-10674:
--------------------------------------

             Summary: Don't delete core.properties when a core is unloaded
                 Key: SOLR-10674
                 URL: https://issues.apache.org/jira/browse/SOLR-10674
             Project: Solr
          Issue Type: Improvement
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 6.5.1, 6.3
         Environment: Centos 7 on AWS, Java 8
            Reporter: Simon Rosenthal
            Priority: Minor



In earlier versions of Solr, unloading a core caused it's core.properties file 
to be renamed to something like core.properties.unloaded. The current behavior 
(observed in 6.3.0 and 6.5.1, running in non-cloud mode) is to delete 
core.properties, which is extremely inconvenient if it is anticipated that the 
core will be reloaded.

here's the logfile entry for the unload request
INFO  - 2017-05-11 09:39:23.960; [   ] org.apache.solr.servlet.HttpSolrCall; 
[admin] webapp=null path=/admin/cores 
params={core=dev0510&action=UNLOAD&wt=json&_=1494513368797} status=0 QTime=624

Please consider restoring the  previous behavior.




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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to