You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Ian Downes (JIRA)" <ji...@apache.org> on 2014/08/15 01:03:18 UTC

[jira] [Assigned] (MESOS-1454) Command executor should have nonzero resources

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

Ian Downes reassigned MESOS-1454:
---------------------------------

    Assignee: Ian Downes

> Command executor should have nonzero resources
> ----------------------------------------------
>
>                 Key: MESOS-1454
>                 URL: https://issues.apache.org/jira/browse/MESOS-1454
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Ian Downes
>            Assignee: Ian Downes
>
> The command executor is used when TaskInfo does not provide an ExecutorInfo. It is not given any dedicated resources but the executor will be launched with the first task's resources. However, assuming a single task (or a final task), when that task terminates the container will be updated to zero resources - see containerizer->update in Slave::statusUpdate().
> Possible solutions:
> - Require a task to specify an executor and resources for it.
> - Add sufficient allowance for the command executor beyond the task's resources. This leads to an overcommit.



--
This message was sent by Atlassian JIRA
(v6.2#6252)