Activity log for bug #1634646

Date Who What changed Old value New value Message
2016-10-18 21:30:14 Alex Schultz bug added bug
2016-10-18 21:36:42 Alex Schultz description Any service that wants to use memcache for the keystone authtoken caching should be configured with a single server for optimal performance when server might be unavailable. This is due to the way most python memcache libraries operate. Most put the memcache servers into a pool and if one goes down, the request will incur a connection penalty if the server is unreachable. Any service that wants to use memcache for the keystone authtoken caching should be configured with a single server for optimal performance when server might be unavailable. This is due to the way most python memcache libraries operate. The python-memcached hashes the key to a specific server but if that server is down it impacts every request from then on. https://github.com/linsomniac/python-memcached/blob/master/memcache.py#L435-L453 Based on previous experience it was determined that the best all around solution was to configure a single memcached server to the authtoken caching to prevent SLA issues when memcache (or physical) servers fail.
2016-10-18 22:02:37 Alex Schultz description Any service that wants to use memcache for the keystone authtoken caching should be configured with a single server for optimal performance when server might be unavailable. This is due to the way most python memcache libraries operate. The python-memcached hashes the key to a specific server but if that server is down it impacts every request from then on. https://github.com/linsomniac/python-memcached/blob/master/memcache.py#L435-L453 Based on previous experience it was determined that the best all around solution was to configure a single memcached server to the authtoken caching to prevent SLA issues when memcache (or physical) servers fail. Any service that wants to use memcache for the keystone authtoken caching should be configured with a single server for optimal performance when server might be unavailable. This is due to the way most python memcache libraries operate. The python-memcached hashes the key to a specific server but if that server is down it impacts every request from then on. https://github.com/linsomniac/python-memcached/blob/master/memcache.py#L435-L453 Based on previous experience it was determined that the best all around solution was to configure a single memcached server (preferably localhost) for the authtoken caching to prevent SLA issues when memcache (or physical) servers fail.
2016-11-14 08:58:05 Steven Hardy tripleo: milestone ocata-1 ocata-2
2016-12-14 22:04:12 Emilien Macchi tripleo: milestone ocata-2 ocata-3
2016-12-21 16:23:59 Emilien Macchi tripleo: importance Medium Wishlist
2016-12-21 16:24:02 Emilien Macchi tripleo: status Confirmed Triaged
2017-01-17 21:13:15 Emilien Macchi tripleo: milestone ocata-3 pike-1
2017-04-11 11:15:49 Emilien Macchi tripleo: milestone pike-1 pike-2
2017-06-08 20:36:51 Emilien Macchi tripleo: milestone pike-2 pike-3
2017-07-30 04:57:37 Emilien Macchi tripleo: milestone pike-3 pike-rc1
2017-07-31 15:31:35 Emilien Macchi tripleo: milestone pike-rc1 queens-1
2017-10-04 20:56:53 Alex Schultz tripleo: milestone queens-1 queens-2
2017-11-02 21:21:50 Alex Schultz tripleo: milestone queens-2 queens-3
2018-01-26 01:16:16 Emilien Macchi tripleo: milestone queens-3 queens-rc1
2018-02-20 22:27:40 Alex Schultz tripleo: milestone queens-rc1 rocky-1
2018-04-20 17:12:56 Alex Schultz tripleo: milestone rocky-1 rocky-2
2018-06-05 19:46:38 Emilien Macchi tripleo: milestone rocky-2 rocky-3
2018-07-26 14:11:14 Emilien Macchi tripleo: milestone rocky-3 rocky-rc1
2018-07-26 15:45:39 Emilien Macchi tripleo: milestone rocky-rc1 stein-1
2018-10-30 16:31:57 Juan Antonio Osorio Robles tripleo: milestone stein-1 stein-2
2019-01-13 22:55:07 Emilien Macchi tripleo: milestone stein-2 stein-3
2019-03-14 02:28:00 Alex Schultz tripleo: milestone stein-3 train-1
2019-06-07 20:13:03 Alex Schultz tripleo: milestone train-1 train-2
2019-07-29 14:27:14 Alex Schultz tripleo: milestone train-2 train-3
2019-09-11 21:24:31 Alex Schultz tripleo: milestone train-3 ussuri-1
2019-10-24 20:57:05 Alex Schultz description Any service that wants to use memcache for the keystone authtoken caching should be configured with a single server for optimal performance when server might be unavailable. This is due to the way most python memcache libraries operate. The python-memcached hashes the key to a specific server but if that server is down it impacts every request from then on. https://github.com/linsomniac/python-memcached/blob/master/memcache.py#L435-L453 Based on previous experience it was determined that the best all around solution was to configure a single memcached server (preferably localhost) for the authtoken caching to prevent SLA issues when memcache (or physical) servers fail. Any service that wants to use memcache for the keystone authtoken caching should be configured with a single server for optimal performance when server might be unavailable. This is due to the way most python memcache libraries operate. The python-memcached hashes the key to a specific server but if that server is down it impacts every request from then on. https://github.com/linsomniac/python-memcached/blob/b13d6fcb7164a0c25c1798fcd409bf775a9005b3/memcache.py#L435-L453 Based on previous experience it was determined that the best all around solution was to configure a single memcached server (preferably localhost) for the authtoken caching to prevent SLA issues when memcache (or physical) servers fail.
2019-12-19 14:58:12 Emilien Macchi tripleo: milestone ussuri-1 ussuri-2
2020-02-10 20:40:57 wes hayutin tripleo: milestone ussuri-2 ussuri-3
2020-04-13 17:36:31 wes hayutin tripleo: milestone ussuri-3 ussuri-rc3
2020-05-26 20:45:13 wes hayutin tripleo: milestone ussuri-rc3 victoria-1
2020-07-28 12:52:38 Emilien Macchi tripleo: milestone victoria-1 victoria-3