You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2014/09/05 21:07:29 UTC

[jira] [Resolved] (MESOS-186) Resource offers should be rescinded after some configurable timeout

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

Benjamin Mahler resolved MESOS-186.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 0.21.0

{noformat}
commit 707bf3b1d6f042ee92e7a291d3f74a20ae2d494b
Author: Kapil Arya <ka...@mesosphere.io>
Date:   Fri Sep 5 11:15:15 2014 -0700

    Added optional --offer_timeout to rescind unused offers.

    The ability to set an offer timeout helps prevent unfair resource
    allocations in the face of frameworks that hoard offers, or that
    accidentally drop offers.

    When optimistic offers are added, hoarding will not affect the
    fairness for other frameworks.

    Review: https://reviews.apache.org/r/22066
{noformat}

> Resource offers should be rescinded after some configurable timeout
> -------------------------------------------------------------------
>
>                 Key: MESOS-186
>                 URL: https://issues.apache.org/jira/browse/MESOS-186
>             Project: Mesos
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Benjamin Hindman
>            Assignee: Timothy Chen
>             Fix For: 0.21.0
>
>
> Problem: a framework has a bug and holds on to resource offers by accident for 24 hours/
> One suggestion: resource offers should be rescinded after some configurable timeout.
> Possible issue: this might interfere with frameworks that are hoarding. But one possible solution here is to add another API call which checks the status of resource offers (i.e., "remindAboutOffer").



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)