]> 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)
committerAaron Rosen <aaronorosen@gmail.com>
Wed, 12 Feb 2014 14:16:46 +0000 (06:16 -0800)
commitd59d5a1c72c2324b857225680f5578d381a2ec73
tree54bb4379094f6bd2c3e100d66dc86b3898f7a7fe
parent5739762e5739ea08121d48e39be3d23d5c75e570
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