← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1424792] [NEW] DB API fixed_ip_associate() still uses SELECT FOR UPDATE

 

Public bug reported:

Nova's DB API fixed_ip_associate() method is still using
with_lockmode('update'). It should be updated to use a compare and swap
technique with a retry loop.

** Affects: nova
     Importance: Medium
     Assignee: Pavel Kholkin (pkholkin)
         Status: Triaged

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1424792

Title:
  DB API fixed_ip_associate() still uses SELECT FOR UPDATE

Status in OpenStack Compute (Nova):
  Triaged

Bug description:
  Nova's DB API fixed_ip_associate() method is still using
  with_lockmode('update'). It should be updated to use a compare and
  swap technique with a retry loop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1424792/+subscriptions


Follow ups

References