On Wed, May 03, 2017 at 07:53:23PM +0530, Arunkumar Rg wrote:
> Hi All,
> 
> I was going through the ovsdb-idl.h file. But I could not understand the
> below comment mentioned in this file:
> 
>  * The IDL always presents a consistent snapshot of the database to its
> client,
>  * that is, it won't present the effects of some part of a transaction
> applied
>  * at the database server without presenting all of its effects.
>  *
> 
> Please share some details, probably some example on the above statement.
> 
> I think I understood how monitoring works and some basics of how a
> transaction has to be triggered by the IDL client. But not clear on what
> the above comment mean.

The database is transactional.  If a single transaction modifies two
rows, then the IDL will either show both modifications or neither.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to