Andre' Hazelwood created SOLR-3538: -------------------------------------- Summary: Unloading a SolrCore object and specifying delete does not fully delete all Solr parts Key: SOLR-3538 URL: https://issues.apache.org/jira/browse/SOLR-3538 Project: Solr Issue Type: Bug Components: multicore Affects Versions: 4.0 Environment: Windows Reporter: Andre' Hazelwood Priority: Minor
If I issue a action=UNLOAD&delete=true request for a specific Solr Core on the CoreAdminHandler, all files are removed except files located in the tlog directory under the core. We are trying to manage our cores from an outside system, so having the core not actually get deleted is a pain. I would expect all files as well as the Core directory to be removed if the delete parameter is specified. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org