]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
NSX: Fix possible deadlock in sync code
authorAaron Rosen <aaronorosen@gmail.com>
Tue, 11 Feb 2014 18:16:37 +0000 (10:16 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:21 +0000 (15:20 +0800)
commitd7cad9a894403e9af753af543de1f8e0d298836b
tree5ea443720529a5cc8a40c79f521ffcfcb1ba7077
parent2cd2b0ee5ff3b4d07ee3cd726e103d6c52518e65
NSX: Fix possible deadlock in sync code

This patch removes the call to nsx from within the db transcation
which can cause deadlock if another request comes in during this time.

Change-Id: If16b53a77997bccfdff2554dead26f42e23eaec9
Closes-bug: #1278991
neutron/plugins/nicira/common/sync.py