yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38977
[Bug 1443640] Re: Cells: race condition when saving an instance
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => liberty-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1443640
Title:
Cells: race condition when saving an instance
Status in OpenStack Compute (nova):
Fix Released
Bug description:
When an instance is saved in a parent cell the db update happens there
and then the update is sent to a child cell. When the child cells
updates its database it then sends that update back up to the parent
to be save there again. The propagation of the change back up to the
parent can overwrite subsequent changes there causing data to be lost.
Updates from a parent->child or child->parent should go one direction
only and not propagate back to the originating cell.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1443640/+subscriptions
References