[ovs-dev] [PATCH 2/2] ovsdb-idl.c: Fix IDL index problem when rows are updated.

Ben Pfaff blp at ovn.org
Tue Aug 14 00:33:47 UTC 2018


Thanks for pointing that out.  I fixed up the rejects and applied to
those branches too.

On Mon, Aug 13, 2018 at 04:41:02PM -0700, Han Zhou wrote:
> Thanks Ben for merging. This problem do exist in 2.9 and 2.8 also, so I
> think they'd better get applied, too.
> 
> On Mon, Aug 13, 2018 at 3:44 PM, Ben Pfaff <blp at ovn.org> wrote:
> 
> > On Fri, Aug 10, 2018 at 08:29:46PM -0700, Han Zhou wrote:
> > > In current IDL index code it doesn't updated index when handling
> > > "update2" messages, which is the default case. The consequence
> > > is that when a row is updated, the index is not updated accordingly,
> > > and even worse, it causes crash when calling ovsdb_idl_destroy().
> > > It can be easily reproduced by the test cases added in this patch.
> > >
> > > Signed-off-by: Han Zhou <hzhou8 at ebay.com>
> >
> > Thank you for finding these bugs.  I applied these patches to master and
> > branch-2.10.  They didn't apply to branch-2.9 so I'm going to assume it
> > doesn't have the problem (please correct me if that's wrong).
> >


More information about the dev mailing list