Re: [ovs-dev] [PATCH ovn] ovn-controller.c: Fix assertion failure during address set update.

2023-05-26 Thread Han Zhou
On Thu, May 25, 2023 at 11:45 PM Ales Musil wrote: > > > > On Thu, May 25, 2023 at 6:01 PM Han Zhou wrote: >> >> When an address set is deleted and a new one is created immediately with >> the same name, the OVSDB deletion and creation notifications can come to >> ovn-controller within the same

Re: [ovs-dev] [PATCH ovn] ovn-controller.c: Fix assertion failure during address set update.

2023-05-26 Thread Ales Musil
On Thu, May 25, 2023 at 6:01 PM Han Zhou wrote: > When an address set is deleted and a new one is created immediately with > the same name, the OVSDB deletion and creation notifications can come to > ovn-controller within the same message, and the order of the deletion > and addition in the IDL

[ovs-dev] [PATCH ovn] ovn-controller.c: Fix assertion failure during address set update.

2023-05-25 Thread Han Zhou
When an address set is deleted and a new one is created immediately with the same name, the OVSDB deletion and creation notifications can come to ovn-controller within the same message, and the order of the deletion and addition in the IDL is undefined. In this case, if the deletion happens to be