[
https://issues.apache.org/jira/browse/MESOS-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14654010#comment-14654010
]
Vinod Kone commented on MESOS-3196:
-----------------------------------
As we move towards HTTP API for slave <-> executor communication, it is
imperative that any smarts be implemented in the slave (whenever possible)
instead of the executor driver (which will be deprecated).
> Always set TaskStatus.executor_id when sending a status update message from
> Executor
> ------------------------------------------------------------------------------------
>
> Key: MESOS-3196
> URL: https://issues.apache.org/jira/browse/MESOS-3196
> Project: Mesos
> Issue Type: Task
> Reporter: Kapil Arya
> Assignee: Kapil Arya
> Labels: mesosphere
>
> Currently, the Executor doesn't always set TaskStatus.executor_id. This
> prevents the Slave TaskStatus label decorator hook from knowing the executor
> id.
> An appropriate place to automatically fill in the executor_id is
> ExecutorProcesS::sendStatusUpdate() since we are already filling in some
> other information here.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)