yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08507
[Bug 1258147] Re: nicira: tempest fail to create routers in parallel
** 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/1258147
Title:
nicira: tempest fail to create routers in parallel
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
when parallel tempest tests are enabled, the nicira plugin is not able to create routers and set the external gateway for them.
Parallel operations indeed cause the usual eventlet/mysql deadlock in _update_router_gw_info.
The root cause for the deadlock is that the nvp api client uses
eventlet to dispatch requests.
while a solution might be to rework the API client, an easier,
backportable solution would be to specify the critical methods (ie:
the ones which then result in nvp operations which might conflict with
db operations) as synchronized.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1258147/+subscriptions
References