yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11455
[Bug 1291423] [NEW] revocation events sync slows responses to all authenticated calls
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
Follow ups
References