You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Raghu Angadi (JIRA)" <ji...@apache.org> on 2008/04/01 07:04:24 UTC

[jira] Commented: (HADOOP-3010) ConcurrentModificationException from org.apache.hadoop.ipc.Server$Responder in JobTracker

    [ https://issues.apache.org/jira/browse/HADOOP-3010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584005#action_12584005 ] 

Raghu Angadi commented on HADOOP-3010:
--------------------------------------

I would recommend this for 0.16.3. The fact that it is currently not harmful is secondary, I think.

> ConcurrentModificationException from org.apache.hadoop.ipc.Server$Responder in JobTracker
> -----------------------------------------------------------------------------------------
>
>                 Key: HADOOP-3010
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3010
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 0.16.1
>            Reporter: Amar Kamat
>
> I see lot of these in my JobTracker log 
> {noformat}
> WARN org.apache.hadoop.ipc.Server: Exception in Responder java.util.ConcurrentModificationException
>         at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>         at java.util.HashMap$KeyIterator.next(HashMap.java:827)
>         at java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1010)
>         at org.apache.hadoop.ipc.Server$Responder.run(Server.java:475)
> {noformat}

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