You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2013/09/17 03:47:51 UTC

[jira] [Resolved] (TEZ-456) Fix heartbeat response counting to depend on Container and not TaskAttempt

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

Bikas Saha resolved TEZ-456.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0

commit 62689dcc01fd5f731739efec0534d9a4b76d1f4d
Author: Bikas Saha <bi...@apache.org>
Date:   Mon Sep 16 18:44:07 2013 -0700

    TEZ-456. Fix heartbeat response counting to depend on Container and not TaskAttempt (bikas)

                
> Fix heartbeat response counting to depend on Container and not TaskAttempt
> --------------------------------------------------------------------------
>
>                 Key: TEZ-456
>                 URL: https://issues.apache.org/jira/browse/TEZ-456
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: Siddharth Seth
>            Assignee: Bikas Saha
>             Fix For: 0.2.0
>
>         Attachments: TEZ-456.1.patch
>
>
> {code}
> 2013-09-16 15:37:49,396 FATAL [main] org.apache.hadoop.mapred.YarnTezDagChild: Breaking out of task loop, heartbeat error occurred
> org.apache.hadoop.ipc.RemoteException(java.io.IOException): org.apache.tez.dag.api.TezException: Attempt attempt_1379361317499_0019_1_00_000000_0 is not recognized for heartbeat
>   at org.apache.tez.dag.app.TaskAttemptListenerImpTezDag.heartbeat(TaskAttemptListenerImpTezDag.java:598)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:597)
>   at org.apache.hadoop.ipc.WritableRpcEngine$Server$WritableRpcInvoker.call(WritableRpcEngine.java:481)
>   at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:932)
>   at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2051)
>   at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2047)
>   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:1499)
>   at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2045)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1404)
>   at org.apache.hadoop.ipc.Client.call(Client.java:1357)
>   at org.apache.hadoop.ipc.WritableRpcEngine$Invoker.invoke(WritableRpcEngine.java:231)
>   at $Proxy12.heartbeat(Unknown Source)
>   at org.apache.hadoop.mapred.YarnTezDagChild.heartbeat(YarnTezDagChild.java:182)
>   at org.apache.hadoop.mapred.YarnTezDagChild.access$300(YarnTezDagChild.java:96)
>   at org.apache.hadoop.mapred.YarnTezDagChild$1.run(YarnTezDagChild.java:123)
>   at java.lang.Thread.run(Thread.java:680)
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira