You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Vinod K V (JIRA)" <ji...@apache.org> on 2009/10/23 05:51:59 UTC

[jira] Updated: (MAPREDUCE-1136) ConcurrentModificationException when tasktracker updates task status to jobtracker

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

Vinod K V updated MAPREDUCE-1136:
---------------------------------

    Affects Version/s: 0.22.0
                       0.21.0
                       0.20.2

Can't set it, but as the reporter says, need a fix for 0.18.3 and above.

> ConcurrentModificationException when tasktracker updates task status to jobtracker
> ----------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-1136
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1136
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: tasktracker
>    Affects Versions: 0.20.2, 0.21.0, 0.22.0
>            Reporter: Qi Liu
>
> In Hadoop 0.18.3, the following exception happened during a job execution. It does not happen often.
> Here is the stack trace of the exception.
> org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.util.ConcurrentModificationException
>         at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1100)
>         at java.util.TreeMap$ValueIterator.next(TreeMap.java:1145)
>         at org.apache.hadoop.mapred.JobTracker.getAllJobs(JobTracker.java:2376)
>         at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:481)
>         at org.apache.hadoop.ipc.Server$Handler.run(Server.java:890)
>  org.apache.hadoop.ipc.Client.call(Client.java:716)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.