Greg Mann created MESOS-9551:
--------------------------------
Summary: Avoid sending TASK_LOST when agent is removed
Key: MESOS-9551
URL: https://issues.apache.org/jira/browse/MESOS-9551
Project: Mesos
Issue Type: Task
Reporter: Greg Mann
While the task state protobuf comments say that partition-aware frameworks
[will not receive TASK_LOST status
updates|https://github.com/apache/mesos/blob/9f6ccbd41a55846e54297ecb31fddbeee3be50c9/include/mesos/mesos.proto#L2291-L2292],
the master will currently send such updates to such frameworks in the body of
[Master::_removeSlave()|https://github.com/apache/mesos/blob/9f6ccbd41a55846e54297ecb31fddbeee3be50c9/src/master/master.cpp#L10899-L10909].
We should update this logic to send appropriate partition-aware task states to
frameworks. {{TASK_UNREACHABLE}} may make sense.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)