Hi,

i've upgraded from HAProxy 2.4.15 (OS: Ubuntu 18.04) to 2.4.22 (OS: Ubuntu
22.04). Now the stick-table synchronization between peers isn't working
anymore.

The peers listener is completely not existing (lsof output).

HAProxy config:

peers LB
    peer s017.domain.local 192.168.120.207:1234
    peer s018.domain.local 192.168.120.208:1234

backend be_redis
    stick-table type ip size 10 peers LB
    stick on dst
    server s021.domain.local 192.168.120.212:6379 maxconn 1000
on-marked-down shutdown-sessions track be_redis_tracking/s021.domain.local
    server s022.domain.local 192.168.120.213:6379 maxconn 1000
on-marked-down shutdown-sessions track be_redis_tracking/s022.domain.local
backup


----------------------
Best regards
Bjoern

Reply via email to