On Tue, 2009-04-14 at 12:19 +0200, Dietmar Maurer wrote:
> If I send 2 messages with CPG_TYPE_AGREED:
> 
> node1: cpg_mcast_joined (A)
> node1: cpg_mcast_joined (B)
> 
> Is there any guarantee that they arrive in the same order (A before B)?
> 

There is a gaurantee that they arrive in the same order on both nodes,
but not which order it is.

For example if A and B are sent at about the same time, A could be
ordered first, or B could be ordered first.

so the possible delivery outcomes are:

node1: A B
node2: A B

OR

node1: B A
node2: B A

but NEVER

node1: A B
node2: B A


> - Dietmar
> 
> _______________________________________________
> Openais mailing list
> [email protected]
> https://lists.linux-foundation.org/mailman/listinfo/openais

_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to