MINOR: log/balance: support for the "sticky" lb algorithm
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 21 Sep 2023 18:24:14 +0000 (20:24 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Oct 2023 08:05:06 +0000 (10:05 +0200)
commit26f73dbcbb7ed87157c532f08d3a4bccea526834
treedff36be3a323939e70f8229655122b7a69848957
parent9a74a6cb17717b0866e75d4bc10b30827b7a5634
MINOR: log/balance: support for the "sticky" lb algorithm

sticky algorithm always tries to send log messages to the first server in
the farm. The server will stay in front during queue and dequeue
operations (no other server can steal its place), unless it becomes
unavailable, in which case it will be replaced by another server from
the tree.
doc/configuration.txt
src/backend.c
src/log.c