Re: Atomicity of multiple OfferOperations

2016-05-10 Thread Adam Bordelon
See also https://issues.apache.org/jira/browse/MESOS-3746 On Wed, May 4, 2016 at 6:13 PM, Benjamin Mahler wrote: > It's not done atomically. Yes it's possible that only RESERVE succeeded and > CREATE was dropped due to a failure in the master or agent. > > On Wed, May 4,

Atomicity of multiple OfferOperations

2016-05-04 Thread Zhitao Li
Hi, Can someone confirm whether whether a sequence of RESERVE, CREATE and LAUNCH operations are perform atomic or not? For example, if master is restarted in the middle, is it possible that RESERVE succeeded, but CREATE for persistent volume failed? Thanks. -- Cheers, Zhitao Li