You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "TezQA (JIRA)" <ji...@apache.org> on 2017/07/12 20:01:00 UTC

[jira] [Commented] (TEZ-3795) Vertex state machine can throw InvalidStateTransitonException from TERMINATING state

    [ https://issues.apache.org/jira/browse/TEZ-3795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16084586#comment-16084586 ] 

TezQA commented on TEZ-3795:
----------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12876920/TEZ-3795.001.patch
  against master revision 87b6023.

    {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/2573//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2573//console

This message is automatically generated.

> Vertex state machine can throw InvalidStateTransitonException from TERMINATING state
> ------------------------------------------------------------------------------------
>
>                 Key: TEZ-3795
>                 URL: https://issues.apache.org/jira/browse/TEZ-3795
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.7.1, 0.9.0
>            Reporter: Kuhu Shukla
>            Assignee: Kuhu Shukla
>         Attachments: TEZ-3795.001.patch, TEZ-3795.002.patch
>
>
> {code}
> 2017-07-07 14:07:52,976 [ERROR] [Dispatcher thread {Central}] |impl.VertexImpl|: Can't handle Invalid event V_TASK_COMPLETED on vertex scope-463 with vertexId vertex_123_456_1_08 at current state TERMINATING
> org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: V_TASK_COMPLETED at TERMINATING
>         at org.apache.hadoop.yarn.state.StateMachineFactory$MultipleInternalArc.doTransition(StateMachineFactory.java:388)
>         at org.apache.hadoop.yarn.state.StateMachineFactory.doTransition(StateMachineFactory.java:302)
>         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:1899)
>         at org.apache.tez.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:207)
>         at org.apache.tez.dag.app.DAGAppMaster$VertexEventDispatcher.handle(DAGAppMaster.java:2138)
>         at org.apache.tez.dag.app.DAGAppMaster$VertexEventDispatcher.handle(DAGAppMaster.java:2124)
>         at org.apache.tez.common.AsyncDispatcher.dispatch(AsyncDispatcher.java:184)
>         at org.apache.tez.common.AsyncDispatcher$1.run(AsyncDispatcher.java:115)
>         at java.lang.Thread.run(Thread.java:745)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)