YARN-7542. Fix issue that causes some Running Opportunistic Containers to be recovered as PAUSED. (Sampada Dehankar via asuresh)
(cherry picked from commit a55884c68e
)
This commit is contained in:
parent
b7701495f4
commit
bd4dcc7772
|
@ -72,7 +72,7 @@ public class RecoveredContainerLaunch extends ContainerLaunch {
|
|||
String containerIdStr = containerId.toString();
|
||||
|
||||
dispatcher.getEventHandler().handle(new ContainerEvent(containerId,
|
||||
ContainerEventType.RECOVER_PAUSED_CONTAINER));
|
||||
ContainerEventType.CONTAINER_LAUNCHED));
|
||||
|
||||
boolean notInterrupted = true;
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue