oslo.messaging/releasenotes/notes/bug-2098714-d55094fa4fbb3178.yaml
Takashi Kajinami e3ec37a360 Do not un-patch threading
Current un-patching causes conflict with a few other moduels such as
queue patched, which is causing undesired delays. Let's remove it to
use unpatched modules or patched modules consistently.

Co-Authored-By: Artem Vasilyev <artem.v.vasilyev@gmail.com>
Closes-Bug: #2098714
Change-Id: I3c5ce7cc399c76afcee57d92d6a3a0f2b680efce
2025-02-28 22:52:00 +09:00

8 lines
229 B
YAML

---
fixes:
- |
Fixes delayed metrics processing in services using eventlet, caused by
mixing a native thread with an eventlet-patched queue.
See `bug 2098714 <https://launchpad.net/bugs/2098714>`__
for details.