concurrent modification exception in FSNamesystem.Lease.releaseLocks
--------------------------------------------------------------------

         Key: HADOOP-162
         URL: http://issues.apache.org/jira/browse/HADOOP-162
     Project: Hadoop
        Type: Bug

  Components: dfs  
    Versions: 0.2    
    Reporter: Owen O'Malley
 Assigned to: Owen O'Malley 


FSNameSystem.Lease.releaseLocks iterates through the creates set, calling 
InternalReleaseCreate on each element, which changes the creates set in the 
Lease. This causes a ConcurrentModificationException if you have more than two 
files that are owned by the lease that times out.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to