You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2013/06/18 09:11:20 UTC

[jira] [Created] (TEZ-257) Vertex should handle tasks being rescheduled after the Vertex has succeeded

Siddharth Seth created TEZ-257:
----------------------------------

             Summary: Vertex should handle tasks being rescheduled after the Vertex has succeeded
                 Key: TEZ-257
                 URL: https://issues.apache.org/jira/browse/TEZ-257
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Siddharth Seth


Required for handling task failure after success - caused by bad nodes, etc.

Partial trace

{code}
013-06-17 23:22:17,100 ERROR [AsyncDispatcher event handler] org.apache.tez.dag.app.dag.impl.VertexImpl: Can't handle Invalid event V_TASK_RESCHEDULED on vertex Map with vertexId vertex_1371512300241_44_1_000000 at current state SUCCEEDED
org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: V_TASK_RESCHEDULED 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.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:639)
        at org.apache.tez.dag.app.dag.impl.VertexImpl.handle(VertexImpl.java:115)
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira