Comment 5 for bug 1782404

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

Reviewed: https://review.openstack.org/583695
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=c46f29278d6a916416948d4120489b429f8bf460
Submitter: Zuul
Branch: master

commit c46f29278d6a916416948d4120489b429f8bf460
Author: Morgan Fainberg <email address hidden>
Date: Wed Jul 18 11:26:18 2018 -0700

    Fix KeystoneMiddleware memcachepool abstraction

    Keystonemiddleware's abstraction for the memcache pool was broken
    when converting to use a queue.Queue. The logic that placed the
    connection back into the pool was moved to .acquire and the reserve
    method was not using acquire.

    Change-Id: I0eda5981cbb661f63790258cf8e70c7340615159
    Closes-Bug: #1782404