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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to