YARN-2361. RMAppAttempt state machine entries for KILLED state has duplicate event entries. (Zhihai Xu via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1617191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b4ea46a111
commit
66cc9c110b
|
@ -148,6 +148,9 @@ Release 2.6.0 - UNRELEASED
|
|||
|
||||
YARN-2400. Fixed TestAMRestart fails intermittently. (Jian He via xgong)
|
||||
|
||||
YARN-2361. RMAppAttempt state machine entries for KILLED state has duplicate
|
||||
event entries. (Zhihai Xu via kasha)
|
||||
|
||||
Release 2.5.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -398,7 +398,6 @@ public class RMAppAttemptImpl implements RMAppAttempt, Recoverable {
|
|||
RMAppAttemptState.KILLED,
|
||||
RMAppAttemptState.KILLED,
|
||||
EnumSet.of(RMAppAttemptEventType.ATTEMPT_ADDED,
|
||||
RMAppAttemptEventType.EXPIRE,
|
||||
RMAppAttemptEventType.LAUNCHED,
|
||||
RMAppAttemptEventType.LAUNCH_FAILED,
|
||||
RMAppAttemptEventType.EXPIRE,
|
||||
|
|
Loading…
Reference in New Issue