Comment 2 for bug 1484565

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

Reviewed: https://review.openstack.org/213822
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=b75d2a4e37d4c86763a2cc56c6dd53ebe2e0de19
Submitter: Jenkins
Branch: master

commit b75d2a4e37d4c86763a2cc56c6dd53ebe2e0de19
Author: Bill Huber <email address hidden>
Date: Mon Aug 17 13:54:44 2015 -0500

    Quorum on durable response is too low

    Increase the .durable quorum from 2 to "parity + 1" to guarantee
    that we will never fail to rebuild an object. Otherwise, with
    low durable responses back (< parity + 1), the putter objects
    return with failed attribute set to true, thereby failing the
    rebuild of fragments for an object.

    Change-Id: I80d666f61273e589d0990baa78fd657b3470785d
    Closes-Bug: 1484565