On Fri, May 29, 2020 at 4:31 PM William Lallemand <[email protected]> wrote: > William Dauchy fixed the connection idle cleanup upon a server maintenance or > an ip/port change. > BUG/MEDIUM: connections: force connections cleanup on server changes
it seems like I broke something with this commit, but I did not have it in v2.2 unless it is also the cause of issue #662 #0 0x00007fac7d4f0500 in ?? () #1 0x000055afb63fd2d9 in srv_cleanup_toremove_connections (task=0x7fac7c81b980, context=<optimized out>, state=<optimized out>) at src/server.c:5437 #2 0x000055afb6485248 in process_runnable_tasks () at src/task.c:433 #3 0x000055afb6435594 in run_poll_loop () at src/haproxy.c:2743 #4 0x000055afb643599d in run_thread_poll_loop (data=<optimized out>) at src/haproxy.c:2878 #5 0x00007faca30bfea5 in start_thread () from /lib64/libpthread.so.0 #6 0x00007faca1b6f8dd in clone () from /lib64/libc.so.6 I will have a look at it today. -- William

