[
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: [email protected]
For additional commands, e-mail: [email protected]