yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11893
[Bug 1293794] Re: memcached_servers timeout causes poor API response time
Actually after some investigation it looks like we use the version 1.48
and this version handles a param 'socket_timeout' in the client
constructor.
We can add a option to configure it.
** Changed in: nova
Importance: Undecided => Wishlist
** Changed in: nova
Status: New => Confirmed
** Changed in: nova
Assignee: (unassigned) => sahid (sahid-ferdjaoui)
** Changed in: nova
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1293794
Title:
memcached_servers timeout causes poor API response time
Status in OpenStack Compute (Nova):
Invalid
Bug description:
In nova.conf, when configured for HA by setting the memcached_servers
parameter to several memcached servers in the nova API cluster, e.g.:
memcached_servers=192.168.50.11:11211,192.168.50.12:11211,192.168.50.13:11211
If there are memcached servers on this list that are down, the time it
takes to complete Nova API requests increases from < 1 second to 3-6
seconds.
It seems to me that Nova should protect itself from such performance
degradation in an HA scenario.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1293794/+subscriptions
References