yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #06830
[Bug 1258147] [NEW] nicira: tempest fail to create routers in parallel
Public bug reported:
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.
** Affects: neutron
Importance: High
Assignee: Salvatore Orlando (salvatore-orlando)
Status: New
** Tags: havana-backport-potential nicira
--
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):
New
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
Follow ups
References