Connection Mgr issue
Luis Gomez
Hi ovsdb devs, I am writing to you because since some time ago I am seeing some OSGI console errors when running the OVSDB test in Base edition: And after some research I found out there is an issue in the connection manager the first time it connects to OVSDB server in mininet after controller starts. The issue is that the existing OF connections get bounced as you can see in this printout: osgi> 2014-04-22 12:32:54.573 PDT [SwitchEvent Thread] INFO o.o.c.p.o.core.internal.Controller - 00:00:00:00:00:00:00:02 is removed 2014-04-22 12:32:54.575 PDT [ControllerI/O Thread] INFO o.o.c.p.o.core.internal.Controller - Switch:10.1.19.32:59989 is connected to the Controller 2014-04-22 12:32:54.765 PDT [SwitchEvent Thread] INFO o.o.c.p.o.core.internal.Controller - 00:00:00:00:00:00:00:03 is removed 2014-04-22 12:32:54.770 PDT [ControllerI/O Thread] INFO o.o.c.p.o.core.internal.Controller - Switch:10.1.19.32:59990 is connected to the Controller 2014-04-22 12:32:54.898 PDT [SwitchEvent Thread] INFO o.o.c.p.o.core.internal.Controller - 00:00:00:00:00:00:00:01 is removed 2014-04-22 12:32:54.902 PDT [ControllerI/O Thread] INFO o.o.c.p.o.core.internal.Controller - Switch:10.1.19.32:59991 is connected to the Controller The steps to reproduce this are very simple: - start controller base edition ./run.sh - start mininet -tree,3 - Use connection mgr REST API to connect to OVS manager in mininet:, i.e. http://10.1.19.33:8080/controller/nb/v2/connectionmanager/node/HOST1/address/10.1.19.32/port/6640/ Please let me know if you see this problem too and whether I should open a bug to ovsdb or controller project to fix it. Thanks/Luis On Apr 22, 2014, at 7:59 AM, Brent Salisbury <brent.salisbury@...> wrote:
|
|