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

[jira] [Updated] (TEZ-3796) Vertex state machine can throw InvalidStateTransitionException in SUCCEEDED state

     [ https://issues.apache.org/jira/browse/TEZ-3796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kuhu Shukla updated TEZ-3796:
-----------------------------
    Attachment: TEZ-3796.001.patch

Simple patch that adds the offending event to ignore list. This is following the idea that an AM user code issues after a vertex has successfully finished should not impact it just like the terminating events. Appreciate any comments on the approach [~sseth]/[~jeagles]. Thanks a lot!

> 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)