mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-20 18:07:49 +00:00
If master process can't open a pidfile, there is no sense to send SIGTTIN to oldpids, as it will exit. So, old workers will terminate as well. It's better to send the last alert to the log about unrecoverable error, because master is already in its polling loop. For the standalone mode we should keep the previous logic in this case: send SIGTTIN to old process and unbind listeners for the new one. So, it's better to put this error path in main(), as it's done when other configuration settings can't be applied. This patch should be backported only in 3.1. |
||
---|---|---|
.. | ||
haproxy | ||
import | ||
make |