Reviewed: https://review.openstack.org/299658 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d8f0ee5ecd67ee6ec956c7fdadce3c2a8e8301bf Submitter: Jenkins Branch: master
commit d8f0ee5ecd67ee6ec956c7fdadce3c2a8e8301bf Author: Eugene Nikanorov <[email protected]> Date: Wed Mar 30 08:36:58 2016 -0700 Wrap all update/delete l3_rpc handlers with retries This is needed for mysql galera multimaster backends. Closes-Bug: #1564144 Change-Id: Ia5a14d5ee91c6672d61904f669e9e845a7f262c9 ** Changed in: neutron Status: In Progress => 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/1564144 Title: Sometimes L3 rpc update operations produce deadlock errors Status in neutron: Fix Released Bug description: When DB backend works in a multimaster mode and L3 agents are setting up floating ips and routers, they often produce Deadlock errors when changing floating IP or router statuses. Need to add db_retry decorator to corresponding rpc handlers. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1564144/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

