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

Haibo Chen resolved MAPREDUCE-5739.
-----------------------------------
    Resolution: Fixed

> DirectoryCollection#createNonExistentDirs() may use an invalid iterator
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-5739
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5739
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ted Yu
>
> Here is related code:
> {code}
>     for (final String dir : localDirs) {
>       try {
>         createDir(localFs, new Path(dir), perm);
>       } catch (IOException e) {
>         LOG.warn("Unable to create directory " + dir + " error " +
>             e.getMessage() + ", removing from the list of valid 
> directories.");
>         localDirs.remove(dir);
> {code}
> Call to localDirs.remove() modifies Iterable "localDirs" which invalidates 
> the iterator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org

Reply via email to