midokura / neutron

Quantum is a virtual network service for Openstack, and a part of Netstack.
http://openstack.org
Apache License 2.0
2 stars 3 forks source link

LbaaS LockTimeout error solved #98

Closed devvesa closed 10 years ago

devvesa commented 10 years ago
Add synchonization thread in update_port

Creating/updating VIP in LbaaS quickly ends up with a LockTimeout in the
pool object. Adding the utils.synchronized() decorator, it avoids this
problem.

Fixed-bug: https://midobugs.atlassian.net/browse/MN-1459