Re: java driver/shutdown call

2018-01-16 Thread Mohit Jaggi
Gotcha. Another question: if a framework doesn't use executors, can it still use the SHUTDOWN call? On Fri, Jan 12, 2018 at 2:37 PM, Anand Mazumdar wrote: > Yes; It's a newer interface that still allows you to switch between the v1 > (new) and the old API. > > -anand > > On Fri, Jan 12, 2018 at

Re: java driver/shutdown call

2018-01-16 Thread Joseph Wu
If a framework launches tasks, then it will use an executor. Mesos provides a "default" executor if the framework doesn't explicitly specify an executor. (And the Shutdown call will work with that default executor.) On Tue, Jan 16, 2018 at 4:49 PM, Mohit Jaggi wrote: > Gotcha. Another question

Re: java driver/shutdown call

2018-01-16 Thread Benjamin Mahler
Mohit, what are you trying to accomplish by going from KILL to SHUTDOWN? On Tue, Jan 16, 2018 at 5:15 PM, Joseph Wu wrote: > If a framework launches tasks, then it will use an executor. Mesos > provides a "default" executor if the framework doesn't explicitly specify > an executor. (And the Sh

Re: Mesos slave ID change after reboot

2018-01-16 Thread Benjamin Mahler
Yes, the agent used to check for the boot id having changed in order to decide whether to try to recover. On Wed, Jan 10, 2018 at 5:53 PM, Srikanth Viswanathan wrote: > I am trying to understand under what cases the mesos slave ID changes in > response to reboot. I noticed this note at http://m

Re: java driver/shutdown call

2018-01-16 Thread Mohit Jaggi
I am trying to change Apache Aurora's code to call SHUTDOWN instead of KILL. SHUTDOWN seems to offer more robust termination than KILL. On Tue, Jan 16, 2018 at 6:40 PM, Benjamin Mahler wrote: > Mohit, what are you trying to accomplish by going from KILL to SHUTDOWN? > > On Tue, Jan 16, 2018 at 5

Reservation status monitoring

2018-01-16 Thread 박도형
Hi Folks,   Is there a easy way to see the current overall status of reservation of resources in Mesos Master? I want to monitor status such as reserved resources per agent or per role with the Mesos Web UI.   DH Park.   Dohyeong Park, Engineer Cloud Platform Group, Mobile R&D Office