[
https://issues.apache.org/jira/browse/TEZ-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15097644#comment-15097644
]
Hui Cao commented on TEZ-2880:
------------------------------
Sorry, Jeff, I'm not able to provide the Yarn's log per'se, since this happened
only on the remote Cluster which I do not have access to (wonder why it is not
fail on my local machine since I have the identical setup).
I got the exact same error as in the JIRA description as in my
surefire-report's TestExceptionPropagation.txt
And here are the snippets from the surefire
report(TestExceptionPropagation-output.txt) which I did found might be the
cause of the failure.
V_INPUT_DATA_INFORMATION on vertex v2 with vertexId
vertex_1452160603607_0001_17_01 at current state KILLED
org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event:
V_INPUT_DATA_INFORMATION at KILLED
at
org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:305)
at
org.apache.hadoop.yarn.state.StateMachineFactory.access$300(StateMachineFactory.java:46)
at
org.apache.hadoop.yarn.state.StateMachineFactory$InternalStateMachine.doTransition(StateMachineFactory.java:448)
at
org.apache.tez.state.StateMachineTez.doTransition(StateMachineTez.java:57)
at
org.apache.tez.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:1975)
at
org.apache.tez.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:203)
at
org.apache.tez.dag.app.DAGAppMaster$VertexEventDispatcher.handle(DAGAppMaster.java:2090)
at
org.apache.tez.dag.app.DAGAppMaster$VertexEventDispatcher.handle(DAGAppMaster.java:2076)
at
org.apache.tez.common.AsyncDispatcher.dispatch(AsyncDispatcher.java:183)
at org.apache.tez.common.AsyncDispatcher$1.run(AsyncDispatcher.java:114)
at java.lang.Thread.run(Thread.java:745)
> TestExceptionPropagation fails
> ------------------------------
>
> Key: TEZ-2880
> URL: https://issues.apache.org/jira/browse/TEZ-2880
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Jeff Zhang
> Assignee: Jeff Zhang
>
> https://builds.apache.org/job/Tez-Build/1271/console
> {noformat}
> testExceptionPropagationSession(org.apache.tez.test.TestExceptionPropagation)
> Time elapsed: 88.113 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at
> org.apache.tez.test.TestExceptionPropagation.testExceptionPropagationSession(TestExceptionPropagation.java:231)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)