Re: [ovs-dev] [v2 1/2] ovsdb-idl: Properly handle conditional monitor update error

2017-01-09 Thread Andy Zhou
On Fri, Jan 6, 2017 at 4:17 PM, Ben Pfaff wrote: > On Fri, Jan 06, 2017 at 02:38:45PM -0800, Andy Zhou wrote: > > From: andy zhou > > > > When generating conditional monitoring update request, current code > > failed to update idl's 'request-id'. This bug causes the reply > > message of the upd

Re: [ovs-dev] [v2 1/2] ovsdb-idl: Properly handle conditional monitor update error

2017-01-06 Thread Ben Pfaff
On Fri, Jan 06, 2017 at 02:38:45PM -0800, Andy Zhou wrote: > From: andy zhou > > When generating conditional monitoring update request, current code > failed to update idl's 'request-id'. This bug causes the reply > message of the update request, regardless an ACK or a NACK, be > logged as an un

[ovs-dev] [v2 1/2] ovsdb-idl: Properly handle conditional monitor update error

2017-01-06 Thread Andy Zhou
From: andy zhou When generating conditional monitoring update request, current code failed to update idl's 'request-id'. This bug causes the reply message of the update request, regardless an ACK or a NACK, be logged as an unexpected message at the debug level and ignored by the core idl logic.