Details
Description
When executor overhead is set to zero (AURORA-830), Mesos fails resource validation[1]:
'Executor for task <task_id> uses invalid resources cpus(*):0'
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