← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1422610] Re: No retries in 'network_set_host' function

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-3

-- 
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):
  Fix Released

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


References