File: bug-1981093-kafka-dont-log-in-tpool-execute-fa50ceee2d55ebae.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    [`bug 1981093 <https://bugs.launchpad.net/oslo.messaging/+bug/1981093>`_]
    Pulls calls to logging functions out of ``impl_kafka._produce_message``.
    Since ``_produce_message`` is called through tpool.execute, calling logging
    functions inside ``_produce_message`` could cause subsequent calls to
    logging functions to deadlock.