Comment 4 for bug 1360446

Revision history for this message
Morgan Fainberg (mdrnstm) wrote : Re: Keystone server didn't reuse connections to memcached

This is up to fixing the dogpile backend. That being said it isn't hard to add this type of work to the dogpile backend. We already do some of this with the in-memory backend we use for testing.

If we have a clear solution to this (I think I have an idea on how to do this.. Similar to the pool in auth_token) this could easily be implemented in the course of an hour or so.

This is also likely something we can work with Mike Bayer and include upstream in dogpile directly.

So let's do this:

Work on a short term fix here that will land for Juno and is back portable (ensuring compat with older dogpile packaging). Then contribute the longer term fix to upstream dogpile.

I'll discuss a little more in depth on irc wen I'm back off phone only access.