>From what I read in the ticket, What's done is "adding the output of `docker output` to the `data` field of TaskStatus message when a task is in TASK_RUNNING state', so the related protobuf field is TaskStatus.data, not a specific 'containerid' field. See https://github.com/apache/mesos/blob/09a2fb3/src/docker/executor.cpp#L166
On Mon, Dec 21, 2015 at 5:37 PM, Olivier Sallou <[email protected]> wrote: > Hi, > mesos .023 added ContainerId in TaskStatus message as per: > https://issues.apache.org/jira/browse/MESOS-2191 > > However, I do not see any related modification in mesos.proto [0] > > Am I missing something? As such is python client including the > modification? > > [0] https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto > > Thanks > > Olivier > > -- > > gpg key id: 4096R/326D8438 (keyring.debian.org) > Key fingerprint = 5FB4 6F83 D3B9 5204 6335 D26D 78DC 68DB 326D 8438 > >
