Re: Mesos master failure question

2014-09-29 Thread Vinod Kone
Executors/tasks will keep running when the master is down. Any status updates sent by executors will be cached by the slaves and retried upon a new master being elected as leader. -- Vinod On Mon, Sep 29, 2014 at 10:11 AM, Andy Grove andy.gr...@codefutures.com wrote: Hi, I'd like to clarify

Mesos OPW project

2014-09-29 Thread Vinod Kone
Hi prospective OPW interns, I've been contacted by quite a few of you regarding Mesos Getting Started Documentation OPW project. So, wanted to send out a list of starter tickets that you can work on. https://issues.apache.org/jira/browse/MESOS-1647

Re: Mesos master failure question

2014-09-29 Thread Andy Grove
Thanks, Vinod. That is good to hear. Thanks, Andy. -- Andy Grove VP Engineering CodeFutures Corporation On Mon, Sep 29, 2014 at 11:59 AM, Vinod Kone vinodk...@gmail.com wrote: Executors/tasks will keep running when the master is down. Any status updates sent by executors will be cached by

Docker executor issue

2014-09-29 Thread Andy Grove
Hi, I've working on a prototype Mesos framework to launch docker containers. I'm getting as far as seeing my container start up but after one minute if gets killed due to: Terminating executor default of framework 20140929-155916-16777343-5050-2708-0004 because it did not register within 1mins

Re: Docker executor issue

2014-09-29 Thread Vinod Kone
containers. I'm getting as far as seeing my container start up but after one minute if gets killed due to: Terminating executor default of framework 20140929-155916-16777343-5050-2708-0004 because it did not register within 1mins Here is the code I am using in my scheduler, which was based

Re: Docker executor issue

2014-09-29 Thread Andy Grove
of framework 20140929-155916-16777343-5050-2708-0004 because it did not register within 1mins Here is the code I am using in my scheduler, which was based on one of the examples: @Override public void resourceOffers(SchedulerDriver schedulerDriver, ListProtos.Offer offers

Re: Docker executor issue

2014-09-29 Thread Vinod Kone
framework to launch docker containers. I'm getting as far as seeing my container start up but after one minute if gets killed due to: Terminating executor default of framework 20140929-155916-16777343-5050-2708-0004 because it did not register within 1mins Here is the code I am using in my

Archive of this list

2014-09-29 Thread CCAAT
Hello, Is there an archive for this list? Tia, James

Re: Archive of this list

2014-09-29 Thread Chris Aniszczyk
See: http://mail-archives.apache.org/mod_mbox/mesos-user/ On Mon, Sep 29, 2014 at 7:43 PM, CCAAT cc...@tampabay.rr.com wrote: Hello, Is there an archive for this list? Tia, James -- Cheers, Chris Aniszczyk | Open Source | Twitter, Inc. @cra | +1 512 961 6719

Re: Task Reconciliation [MESOS-1453]

2014-09-29 Thread Benjamin Mahler
We want reconciliation to be a process that eventually terminates. In = 0.19.0, the following two cases are conflated through no update being sent: (1) No state difference. (2) Master temporarily cannot reply / dropped message. As a result, a scheduler cannot determine when it is finished