Zameer Manji created AURORA-956:
-----------------------------------
Summary: The Scheduler can allocate Mesos Tasks with 0 Disk.
Key: AURORA-956
URL: https://issues.apache.org/jira/browse/AURORA-956
Project: Aurora
Issue Type: Bug
Components: Scheduler
Reporter: Zameer Manji
Assignee: Zameer Manji
Priority: Blocker
It is possible for the scheduler to send a task of 0 disk resources to the
scheduler because of the following variable:
{noformat}
static final Resources MIN_TASK_RESOURCES = new Resources(
0.01,
Amount.of(1L, Data.MB),
Amount.of(0L, Data.MB), // Disk
0);
{noformat}
This issue was never triggered before because Aurora omitted the disk resource
instead of setting it to 0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)