Go to file
Dave Borowitz e71b1c8c78 MergeOp: Move most of setMerged body into a transaction
All the DB operations in this method operate on a single commit, so
make it a transaction on this commit. This has the advantage in
googlesource.com's DB implementation of making the various updates
asynchronous and hopefully improving latency.

Allow various exceptions to propagate out of the inner method calls
and fail the transaction. This means we will not necessarily forge
ahead with the update in cases where we would have before, but there
were a fair number of ignored errors that could lead to inconsistent
state. This hopefully cuts down on the number of possible
inconsistencies.

Change-Id: Ie8a18185ba4b5d9cd936dd4963b68d0ae9579d5a
2013-03-20 17:05:31 -07:00
2012-10-18 13:38:51 +02:00
2013-03-20 11:44:51 -07:00
2013-03-18 09:56:26 -07:00
2013-03-19 09:15:28 +01:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2013-03-18 09:56:26 -07:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB