Re: Mesos task ordering guarantees

2014-09-17 Thread Tom Arnfeld
Thanks for taking a look, created a ticket https://issues.apache.org/jira/browse/MESOS-1812 On 18 September 2014 02:30, Vinod Kone vinodk...@gmail.com wrote: Looked at the code in Slave::runTask() and indeed there is a bug that doesn't guarantee the order of task delivery to an executor. Mind

Re: Mesos task ordering guarantees

2014-09-14 Thread Vinod Kone
Yes. The order is guaranteed. @vinodkone On Sep 14, 2014, at 5:28 AM, Tom Arnfeld t...@duedil.com wrote: Hey, I couldn't seem to find any documentation on this.. If a framework responds to an offer with two tasks and they share the same executor (therefore leading to two invocations