On Wed, 10 Jul 2013 18:35:02 +0900 Isaku Yamahata <[email protected]> wrote:
> This patch addresses race condition with openstack which causes in exceptions. > > Changes v2 -> v3: > - clean up of controller.network.py for ordering between event and actual > deletion > - various minor fixes > > Isaku Yamahata (12): > app/gre_tunnel.py: typo has_network -> has_networks > network.py: sort out order between event and actual deletion of port > network: sort out order between event and actual deletion of network > network.py: exception in Networks.remove_port() > gre_tunnel: exception due to race condition > network: add a helper function to list ports that doesn't raise > gre_tunnel.py: race condition > simple_vlan.py: race condition > quantum_adapter: race between ovs port deletion and plugin port > deletion > app/quantum_adapter: pylint > controller/network: pylint > app/simple_vlan: pylint > > ryu/app/gre_tunnel.py | 11 +++++------ > ryu/app/quantum_adapter.py | 31 ++++++++++++++++++++++--------- > ryu/app/simple_vlan.py | 4 +--- > ryu/controller/network.py | 38 ++++++++++++++++++++++++++------------ > 4 files changed, 54 insertions(+), 30 deletions(-) I wait for the confirmation that this fixes the reported bug. I've applied only trivial patches (#11 and #12). #10 is trivial too can not be applied cleanly. Thanks, ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
