Maxim Khutornenko created AURORA-928:
----------------------------------------
Summary: Executor overhead cannot be dropped to zero
Key: AURORA-928
URL: https://issues.apache.org/jira/browse/AURORA-928
Project: Aurora
Issue Type: Task
Components: Scheduler
Reporter: Maxim Khutornenko
When executor overhead is set to zero (AURORA-830), Mesos fails resource
validation[1]:
{noformat}
'Executor for task <task_id> uses invalid resources cpus(*):0'
{noformat}
This could actually be a Mesos rather than Aurora problem as executor CPU is
expected to be positive [2].
[1] -
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob;f=src/common/resources.cpp#l678
[2] -
https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob;f=src/master/master.cpp#l1966
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)