ironic/releasenotes
Ruby Loo 00c26e85ba Fix race condition in backfill_version_column()
Fixes a race condition in backfill_version_column(). It was fetching
the objects whose version==None. Then it did an update to set the
value of those object versions. However, it is possible for one of
the object versionss to have been updated after the fetch but before
the update operation, in which case the update operation might set
the version to be an older version.

Change-Id: I882fdd3e83582a4d7110c68b0d84f243234ea7dd
Closes-Bug: #1715190
(cherry picked from commit d44a210a50)
2017-09-07 17:20:44 +00:00
..
notes Fix race condition in backfill_version_column() 2017-09-07 17:20:44 +00:00
source Merge "remove explicit directions for release notes on current branch" 2017-07-18 18:58:29 +00:00