Public bug reported:

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

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
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):
  New

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

-- 
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