← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1382568] Re: get_multi not used for get_all in mc serviegroup driver

 

get_all was recently removed

** Changed in: nova
       Status: Incomplete => Fix Released

-- 
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):
  Fix Released

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


References