You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2012/04/24 23:44:05 UTC

[jira] [Created] (MAPREDUCE-4194) ConcurrentModificationError in DirectoryCollection

Jonathan Eagles created MAPREDUCE-4194:
------------------------------------------

             Summary: ConcurrentModificationError in DirectoryCollection
                 Key: MAPREDUCE-4194
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4194
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: mrv2
    Affects Versions: 0.23.3, 2.0.0
            Reporter: Jonathan Eagles
            Assignee: Jonathan Eagles


As found as part of work on MAPREDUCE-4169, it is possible for a ConcurrentModificationException to be thrown upon disk failure. DirectoryCollection hands out its internal list structure that is accessed across multiple threads. Upon disk failure its internal list is modified, invalidating all current iterators to that structure.

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