Race condition with order processing on workers
Bug #1428282 reported by
John Vrbanac
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Barbican |
Fix Released
|
Critical
|
John Vrbanac |
Bug Description
In a full deployment of Barbican (DB, API, queue, and worker nodes), currently there is a race-condition where the API node pushes the order into the queue before actions have been saved to the DB. This results in the worker failing to process the order, because it cannot retrieve the order from the DB.
Changed in barbican: | |
assignee: | nobody → John Vrbanac (john.vrbanac) |
importance: | Undecided → Critical |
milestone: | none → kilo-3 |
status: | New → In Progress |
Changed in barbican: | |
status: | Fix Committed → Fix Released |
Changed in barbican: | |
milestone: | kilo-3 → 2015.1.0 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/161431
Review: https:/