swift/swift
Steven Lang ef7f9e27a2 Fixed concurrent PUT requests to accounts or containers
When concurrent PUT requests come in for an account or container, the
resulting DB access will try to lock the DB for writing. Normal access
will retry when it encounters a locked DB, change 0fdad0d9 introduced
a cursor for doing the initialization which did not have the retry
capability, resulting in a hard failure.

Fixes bug 1243973

Change-Id: I73b219e0f5eacf314d87b4d5e56c03daf51b2eca
2013-11-20 13:26:50 -08:00
..
account Fix UnboundLocalError on account PUT 2013-10-24 13:04:42 -04:00
common Fixed concurrent PUT requests to accounts or containers 2013-11-20 13:26:50 -08:00
container Add an __str__ method to brokers 2013-10-22 17:18:04 -06:00
obj Object replication ssync (an rsync alternative) 2013-11-07 16:52:01 +00:00
proxy Merge "Remove some WebOb leftovers." 2013-11-13 05:42:09 +00:00
__init__.py Make pbr a build-time only dependency 2013-10-29 12:29:49 -07:00