Check+Set Race Conditions
Bug #1454262 reported by
Kiall Mac Innes
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Released
|
High
|
Kiall Mac Innes | ||
Kilo |
Fix Committed
|
High
|
Kiall Mac Innes |
Bug Description
Check+Set Race Conditions in RecordSet creation, in the APIv1 Records endpoint, and the Base sink notification handler, we have a check+set race condition.
Specifically, the _find_or_
We should reverse the order of this, attempt to create, then if we get a Duplicate, fetch the existing.
Changed in designate: | |
status: | Fix Committed → Fix Released |
Changed in designate: | |
milestone: | liberty-1 → 1.0.0 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/182303
Review: https:/