Re: Discussion: Scheduler API for Operation Reconciliation

2019-02-28 Thread Greg Mann
Hey folks, Sorry to let this thread die out! I wanted to loop back and confirm our planned approach. We would like to change the v1 scheduler API so that the RECONCILE_OPERATIONS call no longer receives a synchronous HTTP response, but instead results in an asynchronous stream of operation status u

Re: Mesos Master Crashes when Task launched with LAUNCH_GROUP fails

2019-02-28 Thread Meng Zhu
Hi Nimi: Thanks for reporting this. >From the log snippet, looks like, when de-allocating resources, the agent does not have the port resources that is supposed to have been allocated. Can you provide the master log (which at least covers the period from when the resources on the agent is offered

Mesos Master Crashes when Task launched with LAUNCH_GROUP fails

2019-02-28 Thread Nimi W
Hi, Mesos: 1.7.1 I'm trying to debug an issue where if I launch a task using the LAUNCH_GROUP method, and the task fails to start, the mesos master will crash. I am using a custom framework I've built using the HTTP Scheduler API. When my framework received an offer - I return with an ACCEPT wit