That's because you may be in master-worker mode. Please remove the '-Ws' and the master-worker keyword from your config file. Also, could you please send the content of the state file? (you can send it to me only if there is sensitive data inside)
On Thu, Aug 9, 2018 at 5:15 AM, Dustin Schuemann <[email protected]> wrote: > Running in debug mode doesn't show much. > > /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -V > [WARNING] 220/031353 (21386) : stats socket will not work as expected in > multi-process mode (nbproc > 1), you should force process binding globally > using 'stats bind-process' or per socket using the 'process' attribute. > [WARNING] 220/031353 (21386) : Setting tune.ssl.default-dh-param to 1024 > by default, if your workload permits it you should set it to at least 2048. > Please set a value >= 1024 to make this warning disappear. > [WARNING] 220/031353 (21386) : Proxy 'stats': in multi-process mode, stats > will be limited to process assigned to the current request. > Note: setting global.maxconn to 2000. > Available polling systems : > epoll : pref=300, test result OK > poll : pref=200, test result OK > select : pref=150, test result FAILED > Total: 3 (2 usable), will use epoll. > > Available filters : > [SPOE] spoe > [COMP] compression > [TRACE] trace > Using epoll() as the polling mechanism. > > > > On Wed, Aug 8, 2018 at 9:24 PM Baptiste <[email protected]> wrote: > >> So I don't expect this is a bug >> >> On Thu, Aug 9, 2018 at 4:16 AM, Dustin Schuemann <[email protected]> >> wrote: >> >>> I don’t believe so. >>> >>> I just have IP addresses in my backend configuration >>> >>> >>> >> So I don't expect this is a bug. >> Might be a misconfiguration somwhere. >> What does HAProxy says when you run it in debug mode ? >> >

