You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Sneha Kanekar (JIRA)" <ji...@apache.org> on 2017/05/26 05:35:04 UTC

[jira] [Created] (TEZ-3746) TestExceptionPropagation#testExceptionPropagationSession fails intermittently

Sneha Kanekar created TEZ-3746:
----------------------------------

             Summary: TestExceptionPropagation#testExceptionPropagationSession fails intermittently
                 Key: TEZ-3746
                 URL: https://issues.apache.org/jira/browse/TEZ-3746
             Project: Apache Tez
          Issue Type: Bug
    Affects Versions: 0.9.0
         Environment: Ubuntu:14.04
$ java -version
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-3~14.04.1-b14)
OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
            Reporter: Sneha Kanekar


Test org.apache.tez.test.TestExceptionPropagation.testExceptionPropagationSession fails intermittently since TEZ-3715. I have checked it on ppc64le and x86 platform. The error message is as follows:
{code:borderStyle=solid}
testExceptionPropagationSession(org.apache.tez.test.TestExceptionPropagation)  Time elapsed: 104.577 sec  <<< ERROR!
org.apache.tez.dag.api.SessionNotRunning: Application not running, applicationId=application_1495771720450_0001, yarnApplicationState=FAILED, finalApplicationStatus=FAILED, trackingUrl=N/A, diagnostics=[DAG completed with an ERROR state. Shutting down AM, Session stats:submittedDAGs=0, successfulDAGs=0, failedDAGs=30, killedDAGs=0]
        at org.apache.tez.client.TezClientUtils.getAMProxy(TezClientUtils.java:901)
        at org.apache.tez.client.TezClient.getAMProxy(TezClient.java:958)
        at org.apache.tez.client.TezClient.waitForProxy(TezClient.java:968)
        at org.apache.tez.client.TezClient.submitDAGSession(TezClient.java:586)
        at org.apache.tez.client.TezClient.submitDAG(TezClient.java:522)
        at org.apache.tez.test.TestExceptionPropagation.testExceptionPropagationSession(TestExceptionPropagation.java:225)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)