You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Greg Mann (JIRA)" <ji...@apache.org> on 2019/02/02 01:15:00 UTC

[jira] [Created] (MESOS-9551) Avoid sending TASK_LOST when agent is removed

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)