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/trunk@1617190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bdd3e2ce49
commit
da7b508ffc
@ -166,6 +166,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 @@ RMAppAttemptEventType.STATUS_UPDATE, new StatusUpdateTransition())
|
||||
RMAppAttemptState.KILLED,
|
||||
RMAppAttemptState.KILLED,
|
||||
EnumSet.of(RMAppAttemptEventType.ATTEMPT_ADDED,
|
||||
RMAppAttemptEventType.EXPIRE,
|
||||
RMAppAttemptEventType.LAUNCHED,
|
||||
RMAppAttemptEventType.LAUNCH_FAILED,
|
||||
RMAppAttemptEventType.EXPIRE,
|
||||
|
Loading…
Reference in New Issue
Block a user