Comment 4 for bug 1877651

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

Reviewed: https://review.opendev.org/727876
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=aab45880f8aaddfed15fe641939aac0d2eccc465
Submitter: Zuul
Branch: master

commit aab45880f8aaddfed15fe641939aac0d2eccc465
Author: Clay Gerrard <email address hidden>
Date: Wed May 13 13:32:18 2020 -0500

    Breakup reclaim into batches

    We want to do the table scan without locking and group the locking
    deletes into small indexed operations to minimize the impact of
    background processes calling reclaim each cycle.

    Change-Id: I3ccd145c14a9b68ff8a9da61f79034549c9bc127
    Co-Authored-By: Tim Burke <email address hidden>
    Closes-Bug: #1877651