That's a bug, the default should have been backwards compatible. Sorry for that!
It's a trivial fix, Alex, can we get the fix in 0.22.1? https://issues.apache.org/jira/browse/MESOS-2643 I'll send a fix shortly. On Wed, Apr 22, 2015 at 12:42 AM, Alexander Rojas <[email protected]> wrote: > Hey Zack, > > Which value are you for the setting implicitAknowledge parameter in the > SchedulerDriver constructor? if it is set to false, you will have to > manually knowledge every statusUpdate, otherwise the executor will try to > retry. > > Are you using the python bindings? It seems that the default value there > is set to false. > > Alexander > > > > On 20 Apr 2015, at 16:25, Zack Booth Simpson <[email protected]> > wrote: > > > > I'm building a simple framework as a proof of concept. I launchTasks() > > successfully and my job (which is nothing but a sleep and an echo) runs > > fine. I can see its output in the trace files. Mesos UI says "FINSIHED" > but > > statusUpdate keeps returning RUNNING to me over and over again. > > > > Any ideas? > > > > Zack > >
