[ 
https://issues.apache.org/jira/browse/YARN-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

sandflee resolved YARN-4040.
----------------------------
    Resolution: Not A Problem

If AM release a container, the complete msg(released by AM) is stored by 
RMAppAttempt, and could be pulled by AM.

> container complete msg should passed to AM,even if the container is released.
> -----------------------------------------------------------------------------
>
>                 Key: YARN-4040
>                 URL: https://issues.apache.org/jira/browse/YARN-4040
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: sandflee
>            Assignee: sandflee
>
> If AM release a container, and container completes not killed by rm, there is 
> a race condition the container complete msg are lost, because In  
> RMNodeImpl.handleContainerStatus:
>       if (containersToClean.contains(containerId)) {
>         LOG.info("Container " + containerId + " already scheduled for "
>             + "cleanup, no further processing");
>         continue;
>       }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to