Looks like it would be "5min" or "30s" https://github.com/mesosphere/mesos/blob/master/3rdparty/libprocess/3rdparty/stout/include/stout/duration.hpp#L37
On Thu, Nov 5, 2015 at 7:55 AM, craig w <[email protected]> wrote: > What's the format for that value? > > "5 minutes" or "5m" > "30 seconds" or "30s" > > > On Thu, Nov 5, 2015 at 7:12 AM, Anand Mazumdar <[email protected]> > wrote: > >> Can you try setting the flag `—offer_timeout` on the mesos master to some >> small value e.g. 5 minutes ? The default behavior is that a framework can >> keep hoarding the offered resources forever. >> >> http://mesos.apache.org/documentation/latest/configuration/ >> >> -anand >> >> On Nov 5, 2015, at 5:15 PM, craig w <[email protected]> wrote: >> >> I'm running Mesos 0.24.1, Marathon 0.11.1 and Chronos 2.4.0. >> >> It seems I'm unable to launch a new app in marathon b/c resources aren't >> available to it. I say that b/c the "offers" ui page, which are >> "outstanding offers" (https://issues.apache.org/jira/browse/MESOS-3817), >> shows most resources have been offered to chronos which hasn't >> accepted/declined them. >> >> Is there some way to prevent this from happening? How do I get the offers >> to be "unstuck"? Perhaps, stop chronos for a bit? >> >> Thanks >> >> >> > > > -- > > https://github.com/mindscratch > https://www.google.com/+CraigWickesser > https://twitter.com/mind_scratch > https://twitter.com/craig_links > > -- https://github.com/mindscratch https://www.google.com/+CraigWickesser https://twitter.com/mind_scratch https://twitter.com/craig_links

