You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2016/09/29 20:35:20 UTC

[jira] [Created] (MESOS-6287) MesosContainer should allow 'wait' on terminated nested container.

Jie Yu created MESOS-6287:
-----------------------------

             Summary: MesosContainer should allow 'wait' on terminated nested container.
                 Key: MESOS-6287
                 URL: https://issues.apache.org/jira/browse/MESOS-6287
             Project: Mesos
          Issue Type: Task
            Reporter: Jie Yu


This is important because agent might crash after the executor issued 'wait'. The executor will like to issue another 'wait' to monitor its nested container. If the nested container terminates in between, currently, we don't give back the correct exit status of the nested container.

This is not nice because the behavior of the executor will depend on if the agent is up or not. We should expect executor to get exit status for an already terminated nested container and we should return the correct exit status.



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