Checking MesosSchedulerDriver status

2016-01-04 Thread Eren Güven
Hello, in the context of python library, what is the correct way of checking the driver status without waiting for the return value of driver.join()? Calling start and checking it's return value? Cheers

Re: Checking MesosSchedulerDriver status

2016-01-04 Thread Eren Güven
Thanks. On 4 January 2016 at 13:47, haosdent <haosd...@gmail.com> wrote: > >Calling start and checking it's return value? > Yes. > > On Mon, Jan 4, 2016 at 7:44 PM, Eren Güven <erenguv...@gmail.com> wrote: > >> Hello, >> >> in the context of pyt

Re: resource fragmentation/mesos-master offers too low

2015-10-02 Thread Eren Güven
n offer, disk SATISFIED (0.0 <= 0.0), mem SATISFIED (320.0 <= 1154.0) (mesosphere.mesos.ResourceMatcher$:121) Sep 29 09:35:38 lab-mesos-master1 marathon[60609]: [2015-09-29 09:35:38,774] INFO Offer [20150928-140031-2581335306-5050-60442-O436536]. Not all basic resources satisfied: cpu not

resource fragmentation/mesos-master offers too low

2015-09-29 Thread Eren Güven
Hello, I had an incident where mesos kept offering marathon insufficient resources which resulted in lots of forever WAITING tasks in marathon. Below are some example logs I saw. It kept repeating the same insufficient offers even though the cluster had a lot of free resources like ~80cpus and

New adopter

2015-09-07 Thread Eren Güven
Hello, here at Delivery Hero Holding GmbH, we started using Mesos & Marathon to run our microservices framework lymph . Would be nice to get this PR merged: https://github.com/apache/mesos/pull/61 Cheers Eren

Re: Changing advertised slave port in mesos UI

2015-09-04 Thread Eren Güven
u want to use nginx to > reverse porxy http requests, this port is also support. > > On Thu, Sep 3, 2015 at 6:19 PM, Eren Güven <erenguv...@gmail.com> wrote: > >> Hello, >> >> is it possible to have mesos-slaves report a separate port for mesos UI >> ind