You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2013/07/06 21:57:49 UTC

[jira] [Resolved] (SOLR-5009) CoreContainer instantiates 2 SolrResourceLoaders (implicit) but does not close all of them

     [ https://issues.apache.org/jira/browse/SOLR-5009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler resolved SOLR-5009.
---------------------------------

    Resolution: Fixed
    
> CoreContainer instantiates 2 SolrResourceLoaders (implicit) but does not close all of them
> ------------------------------------------------------------------------------------------
>
>                 Key: SOLR-5009
>                 URL: https://issues.apache.org/jira/browse/SOLR-5009
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 5.0, 4.4
>
>         Attachments: SOLR-5009.patch
>
>
> Windows fails to delete files when they are open. CoreContainer opens a second SolrResourceLoader (implicit) when calling ConfigSolr.fromFile(). It should not do this and use the main loader, whcih is closed on shutdown.
> This will remove the support for implicit ResourceLoader in ConfigSolr, preventing multiple classloaders for the same solr home.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org