yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #83428
[Bug 1410777] Re: Floating IP ops lock wait timeout
** Changed in: vmware-nsx
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/1410777
Title:
Floating IP ops lock wait timeout
Status in neutron:
Won't Fix
Status in neutron juno series:
Fix Released
Status in vmware-nsx:
Fix Released
Bug description:
Under heavy load floating IP operations can trigger a lock wait
timeout, thus causing the operation itself to fail.
The reason for the timeout is the usual untimely eventlet yield which
can be triggered in many places during the operation. The chances of
this happening are increased by the fact that _update_fip_assoc
(called within a DB transaction) does several interactions with the
NSX backend.
Unfortunately it is not practical to change the logic of the plugin in
a way such that _update_fip_assoc does not go to the backend anymore,
especially because the fix would be so extensive that it would be
hardly backportable. An attempt in this direction also did not provide
a solution: https://review.openstack.org/#/c/138078/
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1410777/+subscriptions
References