You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Anand Mazumdar (JIRA)" <ji...@apache.org> on 2016/09/12 21:17:21 UTC

[jira] [Created] (MESOS-6151) Populate `CommandInfo` correctly for default executors.

Anand Mazumdar created MESOS-6151:
-------------------------------------

             Summary: Populate `CommandInfo` correctly for default executors.
                 Key: MESOS-6151
                 URL: https://issues.apache.org/jira/browse/MESOS-6151
             Project: Mesos
          Issue Type: Task
            Reporter: Anand Mazumdar
            Assignee: Anand Mazumdar


As a follow up to MESOS-6076, we need to ensure that we populate {{CommandInfo}} correctly for the default executor. There are two approaches:

- We can populate the command info and then store it. When the agent (re-)registers with the master, we need to unset it.
- Call {{containerizer->launch}} with the modified {{ExecutorInfo}} for default executors and not store them. This has the advantage of getting rid of the book keeping code and getting rid of it when sending it to the master upon (re-)registration. However, we do send the {{ExecutorInfo}} to the executor as part of the {{SUBSCRIBED}} event. However, we don't see the default executor implementation trying to do something with this value.



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