a437b219acbf3ad092ecfb6f293a3eee133ec755
Param flush_on_reconnect is very risky to use on production deployments. It can cause exponential raising of connections to memcached servers. Moreover this option makes sense only in keystone's oslo.cache config. This patch is moving flush_on_reconnect from code to oslo.cache config block to be configurable. Co-Authored-By: Hervé Beraud <hberaud@redhat.com> Change-Id: I8e6826bfb2c85e7ceed03e1667bd6a06b3dff469 Closes-Bug: #1888394
Team and repository tags
oslo.cache
oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.cache/latest/
- Source: https://opendev.org/openstack/oslo.cache/
- Bugs: https://bugs.launchpad.net/oslo.cache
- Release notes: https://docs.openstack.org/releasenotes/oslo.cache/
Description
Languages
Python
100%