You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "zhihai xu (JIRA)" <ji...@apache.org> on 2014/07/26 01:30:38 UTC

[jira] [Updated] (YARN-2361) remove duplicate entries (EXPIRE event) in the EnumSet of event type in RMAppAttempt state machine

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

zhihai xu updated YARN-2361:
----------------------------

    Component/s: resourcemanager

> remove duplicate entries (EXPIRE event) in the EnumSet of event type in RMAppAttempt state machine
> --------------------------------------------------------------------------------------------------
>
>                 Key: YARN-2361
>                 URL: https://issues.apache.org/jira/browse/YARN-2361
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: resourcemanager
>            Reporter: zhihai xu
>            Priority: Minor
>         Attachments: YARN-2361.000.patch
>
>
> remove duplicate entries in the EnumSet of event type in RMAppAttempt state machine. The  event RMAppAttemptEventType.EXPIRE is duplicated in the following code.
> {code}
>           EnumSet.of(RMAppAttemptEventType.ATTEMPT_ADDED,
>               RMAppAttemptEventType.EXPIRE,
>               RMAppAttemptEventType.LAUNCHED,
>               RMAppAttemptEventType.LAUNCH_FAILED,
>               RMAppAttemptEventType.EXPIRE,
>               RMAppAttemptEventType.REGISTERED,
>               RMAppAttemptEventType.CONTAINER_ALLOCATED,
>               RMAppAttemptEventType.UNREGISTERED,
>               RMAppAttemptEventType.KILL,
>               RMAppAttemptEventType.STATUS_UPDATE))
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)