[
https://issues.apache.org/jira/browse/TEZ-3748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031892#comment-16031892
]
Jonathan Eagles commented on TEZ-3748:
--------------------------------------
Added a couple of other theoretical cases in addition to the known issue shown
in the stack trace. [~sseth], [~kshukla], either of you case to take a look?
> 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
> Attachments: TEZ-3748.1.patch, TEZ-3748.2.patch
>
>
> 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)