Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-1732

Mesos containerizer doesn't reject tasks with container info set

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.20.0
    • 0.20.1
    • None
    • None
    • Q3 Sprint 4

    Description

      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.

      Attachments

        Activity

          People

            vinodkone Vinod Kone
            vinodkone Vinod Kone
            Jie Yu Jie Yu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: