<div dir="ltr">Ok, so indeed the flagĀ I was referring to seems to be a necessity.<br><div>Thank you,</div><div>r.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 25, 2019 at 5:21 PM Paul Peregud <<a href="mailto:paulperegud@gmail.com">paulperegud@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> global:trans/4 allows to set the number of retries, so one approach could be to set retries to 0 so *if* my understanding is correct, only 1 node would do the conflict resolution (the one that grabs the lock). If some kind soul can confirm that this is correct, thank you in advance. :)<br>
<br>
That's not enough. Alice may detect the issue, grab the lock, resolve<br>
the issue and release the lock before Bob receives the signal and<br>
attempts to grab the lock. You need some kind of ConflictId -><br>
resolved :: boolean() mapping.<br>
</blockquote></div>