[
https://issues.apache.org/jira/browse/MESOS-3890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15080372#comment-15080372
]
Klaus Ma commented on MESOS-3890:
---------------------------------
Let's keep this open; we need this JIRA after post MVP (move CLI executor from
slave to master).
> 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: Guangya Liu
> 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)