nicira: _update_fip_assoc triggers eventlet deadlock
Bug #1262156 reported by
Salvatore Orlando
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
vmware-nsx |
New
|
Undecided
|
Unassigned |
Bug Description
in neutron/l3_db.py _update_fip_assoc is executed from within a database transaction.
The same routine for the nvp plugin executes backend operations such as updating the nat rules and ip addresses on the nvp platform, thus potentially triggering the deadlock with another mysql transaction such as the state report from an agent or a concurrent request.
tags: | added: nicira |
Changed in neutron: | |
status: | New → Confirmed |
Changed in neutron: | |
milestone: | icehouse-2 → icehouse-3 |
Changed in neutron: | |
milestone: | icehouse-3 → icehouse-rc1 |
Changed in neutron: | |
milestone: | icehouse-rc1 → none |
status: | Confirmed → Triaged |
no longer affects: | neutron |
To post a comment you must log in.