cc93382594a3a880482c47908b3b23b53468de74 |
|
25-Aug-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
master: Log "Processes aren't dying after reload" only when signals are sent
This required moving the warning after the "Sent SIG.. to .. processes"
warnings, which is a little bit annoying. However, now it's at least not
unnecessarily logging the warning when it's not doing anything about the
processes. |
4a62ed78e6fb17876e5db7280580897d55e7a4b2 |
|
25-Aug-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
master: Improve killing processes when they don't die after reload
The old behavior was:
1. Send SIGTERM to all processes, except log
2. Send SIGTERM to all processes, including log
3. Send SIGKILL to all processes, including log
The new behavior is now:
1. Send SIGTERM to all processes, except log
2. Send SIGKILL to all processes, except log
Only after there aren't any processes left except log, send SIGTERM to it.
If that doesn't work, send SIGKILL. |