[
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 RunTaskMessageTaskInfo {
...
// Evict Resources to launch tasks.
message RevocationEvictResource {
string role = 1;
repeated Resource revocable_resources = 2;
}
repeated RevocationEvictResource revocationsevict_resources = 3;
}
{code}
was:
{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: Guangya Liu
> Labels: mesosphere
>
> {code}
> message RunTaskMessageTaskInfo {
> ...
> // Evict Resources to launch tasks.
> message RevocationEvictResource {
> string role = 1;
> repeated Resource revocable_resources = 2;
> }
> repeated RevocationEvictResource revocationsevict_resources = 3;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)