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
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.