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

[jira] [Created] (MESOS-6243) Expose failures and unknown container cases from Containerizer::destroy.

Benjamin Mahler created MESOS-6243:
--------------------------------------

             Summary: Expose failures and unknown container cases from Containerizer::destroy.
                 Key: MESOS-6243
                 URL: https://issues.apache.org/jira/browse/MESOS-6243
             Project: Mesos
          Issue Type: Improvement
          Components: containerization
            Reporter: Benjamin Mahler
            Assignee: Benjamin Mahler


Currently the callers of `destroy` cannot determine if the call
succeeds or fails (without a secondary call to `wait()`).

This also allows the caller to distinguish between a failure and
waiting on an unknown container. This is important for the upcoming
agent child container API, as the end-user would benefit from the
distinction.



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