]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: peers: always update the stksess shard number on incoming updates
authorWilly Tarreau <w@1wt.eu>
Tue, 29 Nov 2022 17:01:28 +0000 (18:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 29 Nov 2022 17:06:42 +0000 (18:06 +0100)
commit4ede46be4eb00bb9056606886878843679a6da3e
treedffdf4625300116ea28327f3c087370ec55c5df2
parentb12be7c1bb7703830b3dff221f770d7c4df3c5a9
BUG/MINOR: peers: always update the stksess shard number on incoming updates

If shards are in use, we must fill the shard number on incoming updates,
otherwise some entries are assigned shard number zero, and may be broadcast
everywhere once updated, instead of being sent only to the peers having the
same shard number.

This fixes commit 36d156564 ("MINOR: peers: Support for peer shards"). No
backport is needed.
src/peers.c