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/ <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 > <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

