YARN-7542. Fix issue that causes some Running Opportunistic Containers to be recovered as PAUSED. (Sampada Dehankar via asuresh)

This commit is contained in:
Arun Suresh 2017-12-28 22:20:42 -08:00
parent 5bf7e594d7
commit a55884c68e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public Integer call() {
String containerIdStr = containerId.toString();
dispatcher.getEventHandler().handle(new ContainerEvent(containerId,
ContainerEventType.RECOVER_PAUSED_CONTAINER));
ContainerEventType.CONTAINER_LAUNCHED));
boolean notInterrupted = true;
try {