Re: multiple frameworks or one big one

2015-02-26 Thread Diego Medina
@John: thanks for the link, i see that RENDLER uses the ExecutorId from ExecutorInfo to decide what to do, I'll give this a try @Craig: you are right, after I sent the email I continued to read more of the mesos docs and saw that I used the wrong term, where I meant scheduler instead of framework,

Does MesosScheduler.resourceOffers need to be reentrant?

2015-02-26 Thread Itamar Ostricher
Making sure the question is clear: I'm implementing a framework scheduler, and I want to know if the resourceOffers method can be invoked while a previous invocation hasn't returned yet (on another thread). Thanks, - Itamar.

Re: Does MesosScheduler.resourceOffers need to be reentrant?

2015-02-26 Thread Dario Rexin
No, resourceOffers will only be called once at a time. Cheers, Dario On 26 Feb 2015, at 10:09, Itamar Ostricher ita...@yowza3d.com wrote: Making sure the question is clear: I'm implementing a framework scheduler, and I want to know if the resourceOffers method can be invoked while a

Re: Does MesosScheduler.resourceOffers need to be reentrant?

2015-02-26 Thread Tom Arnfeld
As far as I know the entire scheduler (the API at least) is single threaded so only one callback will fire at a given time. -- Tom Arnfeld Developer // DueDil (+44) 7525940046 25 Christopher Street, London, EC2A 2BS On Thu, Feb 26, 2015 at 9:45 AM, Dario Rexin da...@mesosphere.io

Re: Mesos 0.22.0

2015-02-26 Thread Niklas Nielsen
Hi all, Per Dave and Chris suggestion, here is a stub document for tracking/planning future releases (assigning release managers etc): https://cwiki.apache.org/confluence/display/MESOS/Mesos+Release+Planning Niklas On 22 January 2015 at 16:27, Niklas Nielsen nik...@mesosphere.io wrote: Hi