Activity log for bug #1796887

Date Who What changed Old value New value Message
2018-10-09 13:07:42 Jose Castro Leon bug added bug
2018-10-09 13:09:59 Jose Castro Leon description Recently we have upgraded Keystone to the Rocky release and we saw a quite noticiable increase of the response on validation of certain types of tokens. Specifically tokens that are created from trusts. On the new token model (keystone/model/token_model.py) that's evaluated several times during token validation, the call to retrieve the roles from the trust is retrieving the information directly from the DB with no caching whatsoever. On other operations of the token_model, this information is only requested once, and then cached for following operations. Since we are using heat and magnum, that are heavily using trusts, we were impacted by this change of validation response. Recently we have upgraded Keystone to the Rocky release and we saw a quite noticiable increase of the response on validation of certain types of tokens. Specifically tokens that are created from trusts. On the new token model (keystone/models/token_model.py) that's evaluated several times during token validation, the call to retrieve the roles from the trust is retrieving the information directly from the DB with no caching whatsoever. On other operations of the token_model, this information is only requested once, and then cached for following operations. Since we are using heat and magnum, that are heavily using trusts, we were impacted by this change of validation response.
2018-10-09 13:17:25 Jose Castro Leon keystone: assignee Jose Castro Leon (jose-castro-leon)
2018-10-09 13:23:57 Spyros Trigazis bug added subscriber Spyros Trigazis
2018-10-12 09:41:03 OpenStack Infra keystone: status New In Progress
2018-10-15 02:42:12 wangxiyuan tags performance
2018-10-15 20:20:14 Lance Bragstad tags performance performance rocky-backport-potential
2018-10-15 20:20:37 Lance Bragstad keystone: importance Undecided High
2018-10-23 01:07:00 OpenStack Infra keystone: status In Progress Fix Released
2018-10-24 17:37:25 OpenStack Infra tags performance rocky-backport-potential in-stable-rocky performance rocky-backport-potential
2019-01-28 18:10:25 Lance Bragstad keystone: milestone stein-1