Hi folks,

After upgrading to 2.5.x, we noticed that monitor notifications can now
coalesce multiple transactions. Can this be confirmed as new behaviour and
that transactions are indeed being coalesced and not simply combined?

Example 1:

T0 Add A with uuid 0
T1 Del A with uuid 0
T2 Add B with uuid 1

Monitor notification:
Add B with uuid 1

Example 2:

T0 Add A with uuid 0
T1 Upd A with uuid 0 to A'


Monitor notification:
Adds A' with uuid 0

There are probably other examples but this was to illustrate my point about
coalescing the transactions.

Is there a knob to enable/disable this behaviour?

Thanks
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to