You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2016/05/15 20:13:12 UTC

[jira] [Created] (MESOS-5385) Restarted agent should shutdown executor if it doesn't know about any tasks

Vinod Kone created MESOS-5385:
---------------------------------

             Summary: Restarted agent should shutdown executor if it doesn't know about any tasks
                 Key: MESOS-5385
                 URL: https://issues.apache.org/jira/browse/MESOS-5385
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone


Currently, in the steady state an executor is killed if it's first task is removed from the agent before the executor registers. See MESOS-5380.

But if an agent restarts after the executor registers but before it's first task is sent to the executor, we just transition the task to LOST but do not shutdown the executor. This is tricky to enforce because it is hard for a restarted agent to know if the executor knows about any tasks unless the executor tells it so during re-registration. Right now executor only tells the agent about unacked tasks which is not enough.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)