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 "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2010/09/07 05:48:56 UTC

[jira] Resolved: (MAPREDUCE-1975) gridmix shows unnecessary InterruptedException

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

Amareshwari Sriramadasu resolved MAPREDUCE-1975.
------------------------------------------------

    Hadoop Flags: [Reviewed]
      Resolution: Fixed

I just committed this. Thanks Ravi !

> gridmix shows unnecessary InterruptedException
> ----------------------------------------------
>
>                 Key: MAPREDUCE-1975
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1975
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/gridmix
>            Reporter: Ravi Gummadi
>            Assignee: Ravi Gummadi
>             Fix For: 0.22.0
>
>         Attachments: 1975.patch, 1975.v1.patch, MR-1975.patch
>
>
> The following InterruptedException is seen when gridmix is run and it ran successfully:
> 10/06/24 20:43:03 INFO gridmix.ReplayJobFactory: START REPLAY @ 11331037109
> 10/06/24 20:43:03 ERROR gridmix.Statistics: Statistics interrupt while waiting for polling null
> java.lang.InterruptedException
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObjec\
> t.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:1899)
>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObjec\
> t.await(AbstractQueuedSynchronizer.java:2066)
>         at org.apache.hadoop.mapred.gridmix.Statistics$StatCollector.run(Statis\
> tics.java:190)
> 10/06/24 20:43:03 INFO gridmix.Gridmix: Exiting...

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