You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2014/08/25 21:48:57 UTC

[jira] [Commented] (MESOS-1732) Mesos containerizer doesn't reject tasks with container info set

    [ https://issues.apache.org/jira/browse/MESOS-1732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109629#comment-14109629 ] 

Vinod Kone commented on MESOS-1732:
-----------------------------------

https://reviews.apache.org/r/25033/

> Mesos containerizer doesn't reject tasks with container info set
> ----------------------------------------------------------------
>
>                 Key: MESOS-1732
>                 URL: https://issues.apache.org/jira/browse/MESOS-1732
>             Project: Mesos
>          Issue Type: Bug
>    Affects Versions: 0.20.0
>            Reporter: Vinod Kone
>            Assignee: Vinod Kone
>
> DockerContainerizer doesn't accept tasks that do not have TaskInfo.ContainerInfo set, but MesosContainerizer accepts tasks even if TaskInfo.ContainerInfo is set. It should not.
> This means, currently if a slave has to support both docker and non-docker tasks, the order of containerizers in --containerizers is important, viz., "docker,mesos" works but "mesos,docker" doesn't work when running a non-docker task.



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