Re: [ovs-dev] [idl 2/4] ovsdb-idl: Simplify transaction retry.

2012-04-04 Thread Ethan Jackson
Looks good to me, thanks. Ethan On Tue, Mar 27, 2012 at 17:00, Ben Pfaff wrote: > Originally the IDL transaction state machine had a return value > TXN_TRY_AGAIN to signal the client to wait for a change in the database and > then retry its transaction.  However, this logic was incomplete, becau

[ovs-dev] [idl 2/4] ovsdb-idl: Simplify transaction retry.

2012-03-27 Thread Ben Pfaff
Originally the IDL transaction state machine had a return value TXN_TRY_AGAIN to signal the client to wait for a change in the database and then retry its transaction. However, this logic was incomplete, because it was possible for the database to change before the reply to the transaction RPC was