← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1454434] [NEW] NoNetworkFoundInMaximumAllowedAttempts during concurrent network creation

 

Public bug reported:

NoNetworkFoundInMaximumAllowedAttempts  could be thrown if networks are created by multiple threads simultaneously.
This is related to https://bugs.launchpad.net/bugs/1382064
Currently DB logic works correctly, however 11 attempts that code does right now might not be enough in some rare unlucky cases under extreme concurrency.

We need to randomize segmentation_id selection to avoid such issues.

** Affects: neutron
     Importance: Medium
     Assignee: Eugene Nikanorov (enikanorov)
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1454434

Title:
  NoNetworkFoundInMaximumAllowedAttempts during concurrent network
  creation

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  NoNetworkFoundInMaximumAllowedAttempts  could be thrown if networks are created by multiple threads simultaneously.
  This is related to https://bugs.launchpad.net/bugs/1382064
  Currently DB logic works correctly, however 11 attempts that code does right now might not be enough in some rare unlucky cases under extreme concurrency.

  We need to randomize segmentation_id selection to avoid such issues.

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


Follow ups

References