File: fix-threading-shutdown-cotyledon-3aff6ca0eb0125f5.yaml

package info (click to toggle)
python-oslo.service 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 820 kB
  • sloc: python: 4,646; makefile: 20; sh: 2
file content (8 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Fixed a crash that occurred during service shutdown in the threading
    backend, caused by an incorrect call to the non-existent internal method
    ``_terminate()`` on ``cotyledon.ServiceManager``. The shutdown process now
    correctly uses the public ``shutdown()`` method, ensuring graceful and
    reliable termination of services.