oslo.cache/releasenotes/notes/fix-memcache-pool-backend-b9e6aaab08075d68.yaml
Radosław Piliszek cec9b8801c Revert "Switch from python-memcached to pymemcache."
pymemcache turned out to be far from drop-in replacement.
It will be reintroduced as another backend. See [1].

Closes-bug: #1866008
Related-bug: #1812935

This reverts commit 8a8248d764.

[1] https://review.opendev.org/711220

Co-Authored-By: Hervé Beraud <hberaud@redhat.com>
Change-Id: Ia3b8d42435b0eac1c87b866449b08a1d11818986
2020-03-24 18:03:05 +00:00

8 lines
291 B
YAML

---
fixes:
- |
Fix the memcache_pool backend broken in oslo.cache's version 2.1.0
by switching from a python-memcache based client to a pymemcache based
client. Reintroducing the client based on python-memcached as the
default client for the memcache_pool dogpile backend.