You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Charles Reiss (Assigned) (JIRA)" <ji...@apache.org> on 2012/04/17 23:56:17 UTC

[jira] [Assigned] (MESOS-175) Unused portions of offers are not immediately offered to another framework

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

Charles Reiss reassigned MESOS-175:
-----------------------------------

    Assignee: Charles Reiss
    
> Unused portions of offers are not immediately offered to another framework
> --------------------------------------------------------------------------
>
>                 Key: MESOS-175
>                 URL: https://issues.apache.org/jira/browse/MESOS-175
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Charles Reiss
>            Assignee: Charles Reiss
>            Priority: Minor
>
> When a framework returns an offer but does not use the entire offer, the master calls allocator to make new allocations for that offer. Unfortunately, it currently does so before removing the offer, so the current allocator will not consider those resources free, and so the allocator will think it those resources are not free. In practice, the resources will be offered on the next timer tick, framework registration, or other event causing the slave to be reconsidered for offers, so this is a relatively low impact issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira