[Spread-users] Concurrency issues with spread 4

Johannes Wienke jwienke at techfak.uni-bielefeld.de
Sun Sep 26 10:21:33 EDT 2010


John Schultz wrote:
> I believe the problem still exists and it is due to you using RELIABLE_MESS to send the following message.  RELIABLE_MESS has no ordering guarantees with respect to other messages so it can be delivered before or after the join membership message.  Indeed, different members of the group may see the same message before and after the join membership from their perspectives.
> 
> If you want to ensure that the message is ordered wrt all membership changes, then you should use AGREED_MESS for the service type.  Join/leave/disconnect memberships are essentially AGREED_MESS's themselves.

Thank you very much. This makes sense.

Regards,
Johannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.spread.org/pipermail/spread-users/attachments/20100926/99eb1300/attachment.bin 


More information about the Spread-users mailing list