← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1291423] Re: revocation events sync slows responses to all authenticated calls

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1291423

Title:
  revocation events sync slows responses to all authenticated calls

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  There is a noticable lag when doing multiple calls to Keystone.  The
  server shows in the log:

   KVS lock acquired for: os-revoke-events acquire
  /opt/stack/keystone/keystone/common/kvs/core.py:375

  Putting the following delay in mitigates it significantly

          delta = datetime.timedelta(seconds=1)
          if self._last_fetch and self._last_fetch > timeutils.utcnow() + delta:
              return

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


References