You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2013/03/16 20:48:12 UTC

[jira] [Resolved] (SOLR-4595) CachingDirectoryFactory#close can throw a concurrent modification exception.

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

Mark Miller resolved SOLR-4595.
-------------------------------

    Resolution: Fixed
    
> CachingDirectoryFactory#close can throw a concurrent modification exception.
> ----------------------------------------------------------------------------
>
>                 Key: SOLR-4595
>                 URL: https://issues.apache.org/jira/browse/SOLR-4595
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>             Fix For: 4.3, 5.0
>
>
> We release the lock tmp while waiting for any outstanding directories to be returned - if that happens, the collection we are iterating on can change from another thread when an outstanding directory is released. We need to make our own collection rather than using the one shared with byDirectoryCache.

--
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