← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1537617] Re: caching of the catalog does not invalidate across processes

 

fixed by https://review.openstack.org/#/c/215715/

** Changed in: keystone
    Milestone: None => mitaka-3

** Tags removed: liberty-backport-potential

** Changed in: keystone
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1537617

Title:
  caching of the catalog does not invalidate across processes

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  Due to the way dogpile.cache works, the region-wide invalidation used
  in the catalog caching backend is broken, since this will only
  invalidate the local in-memory region and is not shared across
  backends.

  This will produce odd effects when adding/removing endpoints if caching is enabled such as the endpoints needing to wait a significant period of time
  for the cache to expire on some workers while others will see the change immediately.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1537617/+subscriptions


References