[ 
https://issues.apache.org/jira/browse/MESOS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guangya Liu updated MESOS-3890:
-------------------------------
    Description: 
{code}
message RunTaskMessage {
  ...
  // This list can be non-empty when a task is launched on reserved
  // resources.  If the reserved resources are in use (as revocable
  // resources), this list contains the executors that can be evicted
  // to make room to run this task.
  repeated ExecutorID evictable_executors = 5;
  ...
}
{code}

> Add notion of evictable task to RunTaskMessage
> ----------------------------------------------
>
>                 Key: MESOS-3890
>                 URL: https://issues.apache.org/jira/browse/MESOS-3890
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Artem Harutyunyan
>            Assignee: Artem Harutyunyan
>              Labels: mesosphere
>
> {code}
> message RunTaskMessage {
>   ...
>   // This list can be non-empty when a task is launched on reserved
>   // resources.  If the reserved resources are in use (as revocable
>   // resources), this list contains the executors that can be evicted
>   // to make room to run this task.
>   repeated ExecutorID evictable_executors = 5;
>   ...
> }
> {code}



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

Reply via email to