]> git.kaiwu.me - haproxy.git/commit
MINOR: stick-tables: Rename stksess shards to use buckets
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 15 Oct 2025 12:34:02 +0000 (14:34 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Oct 2025 14:11:31 +0000 (15:11 +0100)
commit3dcd46c529fbf7167b2ca7d215639ab98e436ab3
tree8a78782a81fe1692908f14922e44eaf357ef97e2
parentcb69c3bdec4d65c6a95b7b9ff1fb8ec01a52763c
MINOR: stick-tables: Rename stksess shards to use buckets

The shard keyword is already used by the peers and on the server lines. And
it is unrelated with the session keys distribution. So instead of talking
about shard for the session key hashing, we now use the term "bucket".
include/haproxy/stick_table-t.h
include/haproxy/stick_table.h
src/hlua_fcn.c
src/stick_table.c