Comment 1 for bug 1883211

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

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

commit 7be7cc966b5a98a35cbbccfc426a4efb65583c12
Author: Tim Burke <email address hidden>
Date: Fri Jun 12 08:35:06 2020 -0700

    proxy: Stop killing memcache entries on 5xx responses

    When you've got a container server that's struggling to respond to HEAD
    requests, it's really not helpful to keep evicting the cache when some
    of the hundreds of concurrent requests trying to repopulate the cache
    return 503.

    Change-Id: I49174a21a854a4e8e564a7bbf997e1841f9dda71
    Closes-Bug: #1883211