On Fri, Mar 11, 2022 at 10:19:09PM +0100, Maciej Zdeb wrote: > Hi Willy, > > Thank you for such useful info! I've checked the worst HAProxy nodes and on > every such node all outgoing peers connections are run on the same thread: (...) Indeed. I was pretty sure we were setting them to any thread on creation but maybe I'm wrong, I'll have to recheck.
> On one node I was able to rebalance it, but on the node above (and other > nodes) I'm not able to shutdown the sessions: (...) > echo "shutdown session 0x7f0aa402e2c0" | socat > unix-connect:/var/run/haproxy.sock stdio > > echo "show sess 0x7f0aa402e2c0" | socat unix-connect:/var/run/haproxy.sock > stdio > 0x7f0aa402e2c0: [11/Mar/2022:07:17:02.313221] id=0 proto=? (...) That's not expected, another thing I'll have to check. Thanks for testing. I'll put that in pause for the week-end, though :-) cheers, Willy

