yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #10990
[Bug 1284881] Re: BigSwitch plugin unnecessarily uses external locks
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1284881
Title:
BigSwitch plugin unnecessarily uses external locks
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
The BigSwitch servermanager uses the synchronized decorators on rest backend calls. It currently sets the external flag to True, which isn't necessary since there aren't multiple independent processes running the plugin on the same host.
This results in the unnecessary creation of a lock file when it can just be handled by the default in-memory locks.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1284881/+subscriptions
References