Github user jpeach commented on the issue:
https://github.com/apache/trafficserver/pull/1457
With some additional effort, we can fix this reliably. The traditional way
to do this is for the signal handler to write a byte to a pipe, which will wake
up an event handler to do an ordered shutdown. On linux, you could also use
signalfd. Something like this should be the goal here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---