You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2013/10/04 20:28:44 UTC

[jira] [Created] (TEZ-528) In case of failure, RM unregister loops on an exception

Siddharth Seth created TEZ-528:
----------------------------------

             Summary: In case of failure, RM unregister loops on an exception
                 Key: TEZ-528
                 URL: https://issues.apache.org/jira/browse/TEZ-528
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Siddharth Seth


{code}
org.apache.hadoop.yarn.exceptions.YarnException: Application doesn't exist in cache appattempt_1380753579830_0436_000001
        at org.apache.hadoop.yarn.ipc.RPCUtil.getRemoteException(RPCUtil.java:45)
        at org.apache.hadoop.yarn.server.resourcemanager.ApplicationMasterService.finishApplicationMaster(ApplicationMasterService.java:294)
        at org.apache.hadoop.yarn.api.impl.pb.service.ApplicationMasterProtocolPBServiceImpl.finishApplicationMaster(ApplicationMasterProtocolPBServiceImpl.java:75)
        at org.apache.hadoop.yarn.proto.ApplicationMasterProtocol$ApplicationMasterProtocolService$2.callBlockingMethod(ApplicationMasterProtocol.java:97)
        at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:585)
        at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:928)
        at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2048)
        at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:2044)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1495)
        at org.apache.hadoop.ipc.Server$Handler.run(Server.java:2042)
{code}
May be a yarn issue.



--
This message was sent by Atlassian JIRA
(v6.1#6144)