You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Omkar Vinit Joshi (JIRA)" <ji...@apache.org> on 2013/11/21 02:58:35 UTC

[jira] [Created] (YARN-1430) InvalidStateTransition exceptions are ignored in state machines

Omkar Vinit Joshi created YARN-1430:
---------------------------------------

             Summary: InvalidStateTransition exceptions are ignored in state machines
                 Key: YARN-1430
                 URL: https://issues.apache.org/jira/browse/YARN-1430
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Omkar Vinit Joshi
            Assignee: Omkar Vinit Joshi


We have all state machines ignoring InvalidStateTransitions. These exceptions will get logged but will not crash the RM / NM. We definitely should crash it as they move the system into some invalid / unacceptable state.

*Places where we hide this exception :-
** JobImpl
** TaskAttemptImpl
** TaskImpl
** NMClientAsyncImpl
** ApplicationImpl
** ContainerImpl
** LocalizedResource
** RMAppAttemptImpl
** RMAppImpl
** RMContainerImpl
** RMNodeImpl

thoughts?



--
This message was sent by Atlassian JIRA
(v6.1#6144)