YARN-10332: RESOURCE_UPDATE event was repeatedly registered in DECOMMISSIONING state

YARN-10332: RESOURCE_UPDATE event was repeatedly registered in DECOMMISSIONING state
This commit is contained in:
ye-huanhuan 2020-07-01 10:33:49 +08:00 committed by GitHub
parent e8dc862d38
commit 302af9f46f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -317,9 +317,6 @@ public class RMNodeImpl implements RMNode, EventHandler<RMNodeEvent> {
.addTransition(NodeState.DECOMMISSIONING, EnumSet.of(
NodeState.DECOMMISSIONING, NodeState.DECOMMISSIONED),
RMNodeEventType.RECONNECTED, new ReconnectNodeTransition())
.addTransition(NodeState.DECOMMISSIONING, NodeState.DECOMMISSIONING,
RMNodeEventType.RESOURCE_UPDATE,
new UpdateNodeResourceWhenRunningTransition())
//Transitions from LOST state
.addTransition(NodeState.LOST, NodeState.LOST,