[mongo] Delete claimed message fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| zaqar |
High
|
Kurt Griffiths |
Bug Description
If a claimed message hasn't been replicated to the secondary yet when the client attempts to delete it with a claim ID, the operation will fail since the claim ID will not match.
Changed in marconi: | |
status: | Triaged → In Progress |
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: master
commit 9ccce28148eebd7
Author: kgriffs <email address hidden>
Date: Fri Nov 1 18:12:52 2013 -0500
fix(mongo): Delete claimed message fails
This patch adds an additional check on the primary node for the correct
claim ID if it fails to match on the secondary. This takes care of the
case when the claimed version of the message document has not yet been
replicated to the secondary before the client attempts to delete it.
Change-Id: Ia22562532351a3
Closes-Bug: #1247297
Changed in marconi: | |
status: | In Progress → Fix Committed |
Changed in marconi: | |
status: | Fix Committed → Fix Released |
Changed in marconi: | |
milestone: | icehouse-1 → 2014.1 |
Fix proposed to branch: master /review. openstack. org/55001
Review: https:/