DB operations failure with MySQL
Bug #1629988 reported by
Tim Hinrichs
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
congress |
Fix Released
|
Critical
|
Unassigned |
Bug Description
Sharing the same db session means if another db operation takes
place during the transaction before an unlock takes place
(synchronizer or another request being served), MySQL complains and
fails to unlock table (because MySQL requires that all tables used
by the session holding a lock must also be locked). This causing all
subsequent db operations to fail.
By using a separate, one-time facade and session for add_policy,
this problem is resolved.
Changed in congress: | |
status: | New → In Progress |
importance: | Undecided → Critical |
milestone: | none → newton-rc3 |
To post a comment you must log in.
Fix proposed to branch: stable/newton /review. openstack. org/381283
Review: https:/