You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2015/12/03 02:27:10 UTC

[jira] [Created] (AURORA-1547) TaskReconciler should set TaskStatus.slave_id field

Maxim Khutornenko created AURORA-1547:
-----------------------------------------

             Summary: TaskReconciler should set TaskStatus.slave_id field
                 Key: AURORA-1547
                 URL: https://issues.apache.org/jira/browse/AURORA-1547
             Project: Aurora
          Issue Type: Task
          Components: Scheduler
            Reporter: Maxim Khutornenko


[TaskReconciler|https://github.com/apache/aurora/blob/33d7e2170a86f54722a02a2dc9cb1e09fb52df25/src/main/java/org/apache/aurora/scheduler/reconciliation/TaskReconciler.java#L148-L157] is currently not initializing the [slave_id|https://github.com/apache/mesos/blob/master/include/mesos/mesos.proto#L1139] field. This makes reconciliation process slower on the Mesos side when there are slaves in "transitionary" state. With the "slave_id" field set, Mesos will be able to issue TASK_LOST without waiting for all slaves to exit "transitionary" state.



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