← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1422610] [NEW] No retries in 'network_set_host' function

 

Public bug reported:

In nova  'network_set_host' function could happen db_exc.DBDeadlock or
the function could return 0 rows updated. These cases mean that
concurrent transactions try to update the same row. In these cases we
should retry the transactions and try to fetch another row to update.

** Affects: nova
     Importance: Undecided
     Assignee: Pavel Kholkin (pkholkin)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Pavel Kholkin (pkholkin)

-- 
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/1422610

Title:
  No retries in 'network_set_host' function

Status in OpenStack Compute (Nova):
  New

Bug description:
  In nova  'network_set_host' function could happen db_exc.DBDeadlock or
  the function could return 0 rows updated. These cases mean that
  concurrent transactions try to update the same row. In these cases we
  should retry the transactions and try to fetch another row to update.

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


Follow ups

References