Benjamin Mahler created MESOS-869:
-------------------------------------
Summary: The Task protobuf does not always have a status for the
corresponding task state.
Key: MESOS-869
URL: https://issues.apache.org/jira/browse/MESOS-869
Project: Mesos
Issue Type: Bug
Affects Versions: 0.16.0
Reporter: Benjamin Mahler
Fix For: 0.17.0
When we create Tasks (e.g. in Master::launchTask) we should add a corresponding
status for the Task.
There are a few spots in the master/slave where a task is created with no
corresponding status. Would potentially be easiest if we delegated task
creation to a protobuf_utils:: function that always adds a status.
>From here:
https://reviews.apache.org/r/14434
--
This message was sent by Atlassian JIRA
(v6.1#6144)