[Ryu-devel] Ryu Controller High Available Question

2015-12-16 Thread ????9??
Hi,everyoneRecently,I want to use RYUs to make a controller cluster like opendaylight. As I know that I can use zookeeper,but I have no idea about how to solve the problem of the data synchronism. So I need some helps. If someone have other method at Ryu Controller High Avai

[Ryu-devel] [PATCH v2] Ensure to terminate threads where RyuApp.start() gives a thread object

2015-12-16 Thread IWAMOTO Toshihiro
Otherwise, AppManager.run_apps fails to terminate. Signed-off-by: IWAMOTO Toshihiro --- ryu/base/app_manager.py | 7 +++ ryu/controller/ofp_handler.py | 3 ++- ryu/services/protocols/bgp/application.py | 9 + ryu/services/protocols/ovsdb/manager.py | 5