[
https://issues.apache.org/jira/browse/MESOS-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15083992#comment-15083992
]
Adam B commented on MESOS-313:
------------------------------
ExitedExecutorMessage (which triggers the executorLost callback) is only sent
by the agent when a custom (not default) executor's container terminates. This
message is not "reliably delivered", since it may be dropped if, for example,
the agent or scheduler is disconnected from the master. These messages are not
queued/retried like task StatusUpdates.
> Report executor terminations to framework schedulers.
> -----------------------------------------------------
>
> Key: MESOS-313
> URL: https://issues.apache.org/jira/browse/MESOS-313
> Project: Mesos
> Issue Type: Improvement
> Reporter: Charles Reiss
> Assignee: Zhitao Li
> Labels: mesosphere, newbie
>
> The Scheduler interface has a callback for executorLost, but currently it is
> never called.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)