You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Kapil Arya (JIRA)" <ji...@apache.org> on 2015/08/04 00:59:05 UTC

[jira] [Created] (MESOS-3196) Always set TaskStatus.executor_id when sending a status update message from Executor

Kapil Arya created MESOS-3196:
---------------------------------

             Summary: 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


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)