commit | 4cfede87a313456fcbce7a185312460b4e1d05b7 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Fri Nov 24 22:02:34 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 24 22:48:27 2017 +0100 |
tree | 437b9f389d8cbab5fc9a90caa541157e048178e8 | |
parent | 86d0df0b665b53da42f64d97e50da9272153aac8 [diff] |
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".