Mesos task ordering guarantees

2014-09-14 Thread Tom Arnfeld
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 of *launchTasks()* on the executor), does Mesos provide any guarantees around the order of those tasks being handed

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