On Wed, May 22, 2013 at 1:25 PM, Michele Tartara <[email protected]>wrote:
> On Wed, May 22, 2013 at 1:07 PM, Guido Trotter <[email protected]>wrote: > >> Ack thanks. >> >> This introduced a race condition in instance start then, but there's >> nothing we can do about it, except documenting it, I guess. >> >> > Why in instance start? When you are starting an instance, either the > instance is not running (and everything is fine), or it is in the preserved > state (and therefore it's first cleaned and then started again). > > If it is running already, it will be detected as such, and the start job > will not run. If after that the instance is shutdown, I don't think this > introduces any race condition. > > Ack, true. Well, this anyway sounds sensible, so let's update the design and see where we get. Thanks, Guido
