You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Kuhu Shukla (JIRA)" <ji...@apache.org> on 2017/05/30 22:22:04 UTC

[jira] [Created] (TEZ-3748) TestExternalTezServicesErrors#testNonFatalErrors and TestSpeculation#testBasicSpeculationWithoutProgress fail intermittently

Kuhu Shukla created TEZ-3748:
--------------------------------

             Summary: TestExternalTezServicesErrors#testNonFatalErrors and TestSpeculation#testBasicSpeculationWithoutProgress fail intermittently
                 Key: TEZ-3748
                 URL: https://issues.apache.org/jira/browse/TEZ-3748
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Kuhu Shukla


These tests fail with invalid transition.
{code}
2017-05-30 17:00:05,225 [ERROR] [Dispatcher thread {Central}] |impl.TaskAttemptImpl|: Can't handle this event at current state for attempt_1496181550684_0005_2_01_000000_0
org.apache.hadoop.yarn.state.InvalidStateTransitonException: Invalid event: TA_SUBMITTED at KILL_IN_PROGRESS
        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.TaskAttemptImpl.handle(TaskAttemptImpl.java:859)
        at org.apache.tez.dag.app.dag.impl.TaskAttemptImpl.handle(TaskAttemptImpl.java:124)
        at org.apache.tez.dag.app.DAGAppMaster$TaskAttemptEventDispatcher.handle(DAGAppMaster.java:2299)
        at org.apache.tez.dag.app.DAGAppMaster$TaskAttemptEventDispatcher.handle(DAGAppMaster.java:2284)
        at org.apache.tez.common.AsyncDispatcher.dispatch(AsyncDispatcher.java:180)
        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.3.15#6346)