yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23875
[Bug 1382568] [NEW] get_multi not used for get_all in mc serviegroup driver
Public bug reported:
MemcachedDriver get_all method calls the is_up for every record which requests for a single key, instead of using a more efficient get_multi
https://github.com/linsomniac/python-memcached/blob/master/memcache.py#L1049 which is able to retrieve multiple records with a single query.
** Affects: nova
Importance: Undecided
Status: New
--
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/1382568
Title:
get_multi not used for get_all in mc serviegroup driver
Status in OpenStack Compute (Nova):
New
Bug description:
MemcachedDriver get_all method calls the is_up for every record which requests for a single key, instead of using a more efficient get_multi
https://github.com/linsomniac/python-memcached/blob/master/memcache.py#L1049 which is able to retrieve multiple records with a single query.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1382568/+subscriptions
Follow ups
References