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)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 29 Apr 2021 09:11:27 +0000 (11:11 +0200)
commit536652b4439c67788928be09e6aa1ca5e65bea82
treeed3ed15cadd851feddbdd0ba202b632f415d3e00
parentc54c03ecec777b483568cbdae703ba7fc2f00bb1
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.

(cherry picked from commit 1675ada4f4fda2dfc51c8bd1a4f24ec8513ae473)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 6ffb9bc14ee764d3ecb44a0f8803830c7683c9cc)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 5f6f760110de640d71998eedc3f6902b1fc390c1)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/peers.c