← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1991579] [NEW] Neutron connects to the OVN db in the prefork

 

Public bug reported:

Connecting to the OVN database may be an expensive operation at scale.
Doing this in pre-fork of OVN mechanism driver may slow up spawning of
periodic and maintenance workers, that are essential for hash ring
functionality. We shouldn't be using the short living connection for the
DBs, that was a bad idea of mine.

** Affects: neutron
     Importance: Undecided
     Assignee: Jakub Libosvar (libosvar)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Jakub Libosvar (libosvar)

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

Title:
  Neutron connects to the OVN db in the prefork

Status in neutron:
  New

Bug description:
  Connecting to the OVN database may be an expensive operation at scale.
  Doing this in pre-fork of OVN mechanism driver may slow up spawning of
  periodic and maintenance workers, that are essential for hash ring
  functionality. We shouldn't be using the short living connection for
  the DBs, that was a bad idea of mine.

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



Follow ups