You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2015/01/26 23:59:54 UTC

[jira] [Updated] (AURORA-956) The Scheduler can allocate Mesos Tasks with 0 Disk.

     [ https://issues.apache.org/jira/browse/AURORA-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Khutornenko updated AURORA-956:
-------------------------------------
    Fix Version/s: 0.7.0

> 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
>             Fix For: 0.7.0
>
>
> 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)