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

2014-08-10 Thread Karthik Kambatla (JIRA)

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

Karthik Kambatla updated YARN-2361:
---

 Priority: Trivial  (was: Minor)
 Target Version/s: 2.6.0
Affects Version/s: 2.5.0
 Assignee: zhihai xu

 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
Affects Versions: 2.5.0
Reporter: zhihai xu
Assignee: zhihai xu
Priority: Trivial
 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)


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

2014-07-25 Thread zhihai xu (JIRA)

 [ 
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)


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

2014-07-25 Thread zhihai xu (JIRA)

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

zhihai xu updated YARN-2361:


Attachment: YARN-2361.000.patch

 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)