← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1281772] [NEW] NSX: sync do not pass around model object

 

Public bug reported:

The NSX sync backend previously passed around a sqlalchemy model object
around which was nice because we did not need to query the database an
additional time to update the status of an object. Unfortinately, this
was add done within a db transaction which included a call to NSX which 
could cause deadlock this needed to be removed.

** Affects: neutron
     Importance: High
     Assignee: Aaron Rosen (arosen)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Aaron Rosen (arosen)

** Changed in: neutron
   Importance: Undecided => High

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

Title:
  NSX: sync do not pass around model object

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  The NSX sync backend previously passed around a sqlalchemy model object
  around which was nice because we did not need to query the database an
  additional time to update the status of an object. Unfortinately, this
  was add done within a db transaction which included a call to NSX which 
  could cause deadlock this needed to be removed.

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


Follow ups

References