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 McDonie (JIRA)" <ji...@apache.org> on 2019/07/29 12:02:00 UTC

[jira] [Created] (MESOS-9910) ContainerStatus sometimes absent from TaskStatus from docker containerizer

Benjamin McDonie created MESOS-9910:
---------------------------------------

             Summary: ContainerStatus sometimes absent from TaskStatus from docker containerizer
                 Key: MESOS-9910
                 URL: https://issues.apache.org/jira/browse/MESOS-9910
             Project: Mesos
          Issue Type: Bug
    Affects Versions: 1.5.1
            Reporter: Benjamin McDonie


We have written a custom scheduler which launches Docker tasks (using the docker containerizer). We depend on Mesos telling us the container ID (found inside the ContainerStatus of each TaskStatus). 

We have noticed, doing hundreds of tasks at a time, that the ContainerStatus is sometimes absent from TaskStatus messages - especially for TASK_RUNNING and then any terminal TaskStatus such as TASK_FINISHED. (Our saving grace has been that it seems to not happen for TASK_STARTING.) These absences seem to correspond with mesos-slave logs complaining about unknown container IDs.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)