Comment 7 for bug 1051998

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/28103
Committed: http://github.com/openstack/swift/commit/9745a28b18e085f1fc234db044402e320bd8085b
Submitter: Jenkins
Branch: master

commit 9745a28b18e085f1fc234db044402e320bd8085b
Author: David Hadas <email address hidden>
Date: Thu May 2 22:50:41 2013 +0300

    Handle DB creation race condition

    Till now if a race occurs on a request to a DB when it is
    first created, the loosing party die with 500...
    ... and an error stating a race is in the log file.

    Both removed by simply accepting the fact that the DB is in fact
    created by someone else - just less work for us to do... ;)

    Fixes Bug #1051998

    Change-Id: I8e29bf362edf2b1a84f9bffa39c04d5b3dc241b2