Comment 50 for bug 1446583

Revision history for this message
Sean Dague (sdague) wrote : Re: services no longer reliably stop in stable/kilo

This has returned in liberty and is currently blocking grenade in much the same way as last time.

https://review.openstack.org/#/c/190175/ is most likely part of the problem. It looks like after we ensured that SIGTERM actually terminated the program at the kilo release, folks from hds.com complained that some work units weren't processed after that patch, so it was flipped back to a graceful version which is possible will never exit.

Current unit tests in oslo.service have gotten much flakier since then as well, which may be related.