BUG/MINOR: mworker/cli: show master startup logs in recovery mode
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Fri, 18 Oct 2024 18:25:34 +0000 (20:25 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 24 Oct 2024 09:32:20 +0000 (11:32 +0200)
commit3a5b28e00cb38aa1352a9db7b9eb19b4e54aa6ed
treed807ba19f3f9f0f716b1a7844836bfc8d828fcce
parent401fb0e87a2cea7171e4d37da6094755eb10a972
BUG/MINOR: mworker/cli: show master startup logs in recovery mode

When master enters in recovery mode after unsuccessfull reload
HAPROXY_LOAD_SUCCESS should be set as 0. Like this
cli_io_handler_show_cli_sock() could dump in master CLI its warnings and alerts,
saved in startup logs ring.

No need to backport this fix, as this is related to the previous patches in
this version to refactor master-worker architecture.
src/haproxy.c