Comment 3 for bug 1524907

Revision history for this message
Victor Stinner (vstinner) wrote : Re: Race condition in SIGTERM signal handler

The bug is a regression introduced by the commit e3983f23b5ce8a0f606c0b62e279acec6634f208:
---
commit e3983f23b5ce8a0f606c0b62e279acec6634f208
Author: Marian Horban <email address hidden>
Date: Wed Jul 22 20:07:48 2015 -0400

    Added class SignalHandler

    Singleton class Signal Handler is responsible for interacting
    with signal module: allow to have several handlers assigned
    to distinct signal. Added correct handling SIGINT signal.

    Closes-Bug: #1477102
    Change-Id: I4bc4c98645e9afeb18635576d50a442fb7ce8425

---

The first release including this change is oslo.service 0.6.0.

To be clear: OpenStack Kilo is not impacted (oslo.service was not used in Kilo), only OpenStack Liberty and Mitaka.