]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: peers: remove useless table check if initial resync is finished
authorEmeric Brun <ebrun@haproxy.com>
Thu, 22 Apr 2021 16:13:13 +0000 (18:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 23 Apr 2021 16:03:06 +0000 (18:03 +0200)
commit1675ada4f4fda2dfc51c8bd1a4f24ec8513ae473
treefcff80771e70c46e0187e7fc55734d1b7c03b593
parent5020ffbe4936357db1e376d12532af2efc9cb6bb
BUG/MINOR: peers: remove useless table check if initial resync is finished

The old process checked each table resync status even if
the resync process is finished. This behavior had no known impact
except useless processing and was discovered during debugging on
an other issue.

This patch could be backported in all supported branches (v >= 1.6)
but once again, it has no impact except avoid useless processing.
src/peers.c