Comment 3 for bug 1913332

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

Reviewed: https://review.opendev.org/c/openstack/swift/+/791485
Committed: https://opendev.org/openstack/swift/commit/1b183f221d258819c82ee58961afc765529314ac
Submitter: "Zuul (22348)"
Branch: master

commit 1b183f221d258819c82ee58961afc765529314ac
Author: Alistair Coles <email address hidden>
Date: Fri May 14 13:59:37 2021 +0100

    sharder: report perfectly overlapping shard ranges

    Previously, shard ranges that overlapped perfectly (i.e. their bounds
    were equal) were erroneously excluded from overlapping shard reports.
    With this patch they will be reported in logs and cause shard audit
    failures.

    Also, the format of the audit log line is simplified to avoid
    unnecessary duplication of information.

    Change-Id: Ie15c9f40a132374c89337f0009fb5cf5a8e62c51
    Closes-Bug: #1928459
    Related-Bug: #1913332