[
https://issues.apache.org/jira/browse/TEZ-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16084899#comment-16084899
]
TezQA commented on TEZ-3796:
----------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12876931/TEZ-3796.001.patch
against master revision 8d1ec6f.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 3.0.1) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-TEZ-Build/2575//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2575//console
This message is automatically generated.
> Vertex state machine can throw InvalidStateTransitionException in SUCCEEDED
> state
> ---------------------------------------------------------------------------------
>
> Key: TEZ-3796
> URL: https://issues.apache.org/jira/browse/TEZ-3796
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Kuhu Shukla
> Assignee: Kuhu Shukla
> Attachments: TEZ-3796.001.patch
>
>
> {code}
> 2017-07-12 14:35:25,925 ERROR [main] impl.VertexImpl
> (VertexImpl.java:handle(1935)) - Can't handle Invalid event
> V_MANAGER_USER_CODE_ERROR on vertex A with vertexId vertex_100_0001_1_01 at
> current state SUCCEEDED
> org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event:
> V_MANAGER_USER_CODE_ERROR at SUCCEEDED
> 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:59)
> at
> org.apache.tez.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:1929)
> at
> org.apache.tez.dag.app.dag.impl.TestVertexImpl.testTerminatingVertexForTaskComplete(TestVertexImpl.java:3988)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)