[
https://issues.apache.org/jira/browse/MAPREDUCE-3714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191821#comment-13191821
]
Vinod Kumar Vavilapalli commented on MAPREDUCE-3714:
----------------------------------------------------
Found this exception in reducer log.
{code}
2011-10-18 10:34:41,006 INFO org.apache.hadoop.mapred.Task: Communication
exception: java.io.IOException: Failed on local exception:
java.nio.channels.ClosedByInterruptException; Host Details : local host is:
hostname.com/$ip_addr"; destination host is: ""hostname.com":12345;
at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:601)
at org.apache.hadoop.ipc.Client.call(Client.java:1089)
at
org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:193)
at $Proxy6.statusUpdate(Unknown Source)
at org.apache.hadoop.mapred.Task$TaskReporter.run(Task.java:671)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.nio.channels.ClosedByInterruptException
at
java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:341)
at
org.apache.hadoop.net.SocketOutputStream$Writer.performIO(SocketOutputStream.java:60)
at
org.apache.hadoop.net.SocketIOWithTimeout.doIO(SocketIOWithTimeout.java:142)
at
org.apache.hadoop.net.SocketOutputStream.write(SocketOutputStream.java:151)
at
org.apache.hadoop.net.SocketOutputStream.write(SocketOutputStream.java:112)
at
org.apache.hadoop.security.SaslOutputStream.write(SaslOutputStream.java:168)
at
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at java.io.DataOutputStream.flush(DataOutputStream.java:106)
at org.apache.hadoop.ipc.Client$Connection.sendParam(Client.java:796)
at org.apache.hadoop.ipc.Client.call(Client.java:1066)
at
org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:193)
at $Proxy6.getMapCompletionEvents(Unknown Source)
at
org.apache.hadoop.mapreduce.task.reduce.EventFetcher.getMapCompletionEvents(EventFetcher.java:99)
at
org.apache.hadoop.mapreduce.task.reduce.EventFetcher.run(EventFetcher.java:65)
{code}
And the thread dump has the following:
{code}
"EventFetcher for fetching Map Completion Events" daemon prio=10 tid=0xa325fc00
nid=0x1ca4 waiting on condition [0xa315c000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at
org.apache.hadoop.mapreduce.task.reduce.EventFetcher.run(EventFetcher.java:71)
"main" prio=10 tid=0x080ed400 nid=0x1c71 in Object.wait() [0xf73a2000]
java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on <0xa94b23d8> (a
org.apache.hadoop.mapreduce.task.reduce.EventFetcher)
at java.lang.Thread.join(Thread.java:1143)
- locked <0xa94b23d8> (a
org.apache.hadoop.mapreduce.task.reduce.EventFetcher)
at java.lang.Thread.join(Thread.java:1196)
at org.apache.hadoop.mapreduce.task.reduce.Shuffle.run(Shuffle.java:135)
at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:367)
at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:147)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1135)
at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:142)
{code}
> Reduce hangs in a corner case
> -----------------------------
>
> Key: MAPREDUCE-3714
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-3714
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2, task
> Affects Versions: 0.23.0
> Reporter: Vinod Kumar Vavilapalli
> Assignee: Vinod Kumar Vavilapalli
> Fix For: 0.23.1
>
>
> [~karams] found this long time back and we(Sid/I) ran into this again.
> Logs to follow..
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira