Re: [Openstack-operators] neutron-server memcached connections

2018-07-31 Thread Sam Morrison
Great, yeah we have also seen these issues with nova-api with keystonemiddle in newton and ocata. Thanks for the heads up as I was going to start digging deeper. Cheers, Sam > On 31 Jul 2018, at 10:09 am, iain MacDonnell > wrote: > > > Following up on my own question, in case it's useful

Re: [Openstack-operators] neutron-server memcached connections

2018-07-30 Thread iain MacDonnell
Following up on my own question, in case it's useful to others Turns out that keystonemiddleware uses eventlet, and, by default, creates a connection to memcached from each green thread (and doesn't clean them up), and the green threads are essentially unlimited. There is a solution for