Re: client connections being help open, despite option foceclose

2017-03-31 Thread Patrick Kaeding
Thanks Lukas, that makes sense. I will give this a shot and see what I can come up with. Thanks, Patrick On Fri, Mar 31, 2017 at 11:18 AM, Lukas Tribus wrote: > Hello, > > > Am 31.03.2017 um 19:59 schrieb Patrick Kaeding: > >> Okay, thanks Holger! We were hitting the maxconn

Re: client connections being help open, despite option foceclose

2017-03-31 Thread Lukas Tribus
Hello, Am 31.03.2017 um 19:59 schrieb Patrick Kaeding: Okay, thanks Holger! We were hitting the maxconn limit, which is what sparked this investigation. When we were at that limit, the discrepancy between frontend and backend was higher than when I could observe it above (we restarted

Re: client connections being help open, despite option foceclose

2017-03-31 Thread Patrick Kaeding
Okay, thanks Holger! We were hitting the maxconn limit, which is what sparked this investigation. When we were at that limit, the discrepancy between frontend and backend was higher than when I could observe it above (we restarted HAProxy to re-establish the connections and start anew). I also

Re: client connections being help open, despite option foceclose

2017-03-31 Thread Holger Just
Hi Patrick, Patrick Kaeding wrote: > I have one frontend, listening on port 443, and two backends, which send > traffic to either port 5050 or 5051. The haproxy stats screen is > showing many more frontend connections than backend (in one case, 113k > on the frontend, 97k on one backend, and 3k

Re: client connections being help open, despite option foceclose

2017-03-31 Thread Patrick Kaeding
Sorry, I forgot to mention that we are running HAProxy 1.7.3-1ppa1~xenial, released 2017/03/01, on Ubuntu 16.04, in EC2. On Fri, Mar 31, 2017 at 8:19 AM, Patrick Kaeding wrote: > Hi all > > I am trying to determine the cause of an issue where the number of > frontend

client connections being help open, despite option foceclose

2017-03-31 Thread Patrick Kaeding
Hi all I am trying to determine the cause of an issue where the number of frontend connections is much higher than the number of backend connections. I have one frontend, listening on port 443, and two backends, which send traffic to either port 5050 or 5051. The haproxy stats screen is showing