commit | ab4b094055fee113e91149426035c9ff7b35b2b0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Jul 26 19:14:36 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Aug 03 09:56:38 2022 +0200 |
tree | b6d0461416418ed1a5a4e6ab7b6a78d5b9e83a8a | |
parent | 1b6fa7f5ea22e6d1598c037b2c14d7f186f9c515 [diff] |
MINOR: peers: Use a dedicated reconnect timeout when stopping the local peer When a process is stopped or reload, a dedicated reconnect timeout is now used. For now, this timeout is not used because the current code retries immediately to reconnect to perform the local synchronization with the new local peer, if any. This patch is required to fix the issue #1799. It should be backported as far as 2.0 with next fixes.