Comment 10 for bug 1835958

Revision history for this message
melanie witt (melwitt) wrote :

> The request ID from the API request getting re-used when the periodic task runs is a separate and yes very confusing serviceability issue. I thought I had reported a bug for this but can't find it. This change is related though:

> https://review.opendev.org/#/c/524306/

> Anyway, I think that's a red herring and has to do with the request ID being stored in a global thread context:

> https://opendev.org/openstack/oslo.context/src/tag/2.22.1/oslo_context/context.py#L40

I just wanted to note that AFAICT, the request ID from the API request shouldn't be able to be re-used by a periodic task unless the deployed version of queens is before version 17.0.6 released on 2018-09-24 when the following bug was fixed:

https://bugs.launchpad.net/nova/+bug/1773102