"dev" <dev-boun...@openvswitch.org> wrote on 08/25/2016 02:15:47 PM:
> From: Richard Theis/Rochester/IBM@IBMUS > To: dev@openvswitch.org > Date: 08/25/2016 02:16 PM > Subject: [ovs-dev] ovsdb-server sb db restart causes ovn-controller to crash > Sent by: "dev" <dev-boun...@openvswitch.org> > > Bug 1604064 (https://bugs.launchpad.net/neutron/+bug/1604064) was reported > against > the networking-ovn project. While investigating, I determined that > whenever the > ovsdb-server SB database process is restarted, all ovn-controller > processes crash. > I recreated this problem using both an OpenStack DevStack and Vagrant > deployment > with networking-ovn. > > I briefly spoke with Ryan Moats about this problem and he plans to > investigate > further. > > - Richard Theis My analysis is that this is due to the local_datapath structure becoming stale because it is not flushed after the SB db reconnects. Because of this, I tested with v4 of the undo incremental processing patch (which goes back to recalculating local_datapath each cycle) and I don't see the same corruption problem when the SB db restarts and ovn-controller reconnects. Given this, should a separate patch set be spun to address this problem? Ryan _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev