Re: Understanding Mesos Maintenance

2017-03-03 Thread Zameer Manji
Thanks for clearing that up. I was accidentally setting a long refuse time. On Fri, Mar 3, 2017 at 6:08 PM, Joseph Wu wrote: > Inverse offers have the same offer cycle as normal offers. They can > be Accepted/Declined with a timeout (default 5 seconds). > > On Fri, Mar

Re: Understanding Mesos Maintenance

2017-03-03 Thread Zameer Manji
Ben, Thanks for responding to my questions. I have a follow up on #3. I have a framework which accepts inverse offers but does not do anything to the associated tasks. I noticed that the framework **does not** receive another inverse offer within the allocation period. At what interval will an

Re: Understanding Mesos Maintenance

2017-03-02 Thread Benjamin Mahler
Hey Zameer, great questions. Let us know if there's anything you think could be improved or documented better. Re 1: The 'Viewing maintenance status' section of the documentation should clarify this: http://mesos.apache.org/documentation/latest/maintenance/ Re 2: Both of these sound reasonable

Understanding Mesos Maintenance

2017-03-01 Thread Zameer Manji
Hey, I'm trying to understand some nuances of the maintenance API. Here are my questions: 1. The documentation mentions that accepting or declining and inverse offer is a "hint" to the operator. How do operators view if a framework has declined, accepted or ignored an inverse offer? 2. Should a