]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: mworker: exits the master on failure
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 24 Nov 2017 21:02:34 +0000 (22:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 21:48:27 +0000 (22:48 +0100)
commit4cfede87a313456fcbce7a185312460b4e1d05b7
tree437b9f389d8cbab5fc9a90caa541157e048178e8
parent86d0df0b665b53da42f64d97e50da9272153aac8
MAJOR: mworker: exits the master on failure

This patch changes the behavior of the master during the exit of a
worker.

When a worker exits with an error code, for example in the case of a
segfault, all workers are now killed and the master leaves.

If you don't want this behavior you can use the option
"master-worker no-exit-on-failure".
doc/configuration.txt
include/types/global.h
src/cfgparse.c
src/haproxy.c