Re: HAProxy returning 502 with SH--

2024-10-09 Thread Lukas Tribus
On Wed, 9 Oct 2024 at 20:48, BJ Taylor wrote: > > So, we tried all of these options and then some, but we are still having > issues. I was hopeful when I thought about using retries, thinking the issue > is rare enough that if it just retries when it does happen that we could move > past this.

Re: HAProxy returning 502 with SH--

2024-10-09 Thread BJ Taylor
So, we tried all of these options and then some, but we are still having issues. I was hopeful when I thought about using retries, thinking the issue is rare enough that if it just retries when it does happen that we could move past this. Unfortunately, it doesn't seem to honor the retries when it

Re: HAProxy returning 502 with SH--

2024-08-27 Thread BJ Taylor
Ok, will do. Thanks. BJ On Tue, Aug 27, 2024 at 10:42 AM Lukas Tribus wrote: > Also, before doing anything else, try using: > > tune.disable-zero-copy-forwarding or tune.h1.zero-copy-fwd-recv off > > as there is currently an open bug that doesn't fully match your case > but is still close enou

Re: HAProxy returning 502 with SH--

2024-08-27 Thread Lukas Tribus
Also, before doing anything else, try using: tune.disable-zero-copy-forwarding or tune.h1.zero-copy-fwd-recv off as there is currently an open bug that doesn't fully match your case but is still close enough that it may be worth a try: https://github.com/haproxy/haproxy/issues/2665 Lukas

Re: HAProxy returning 502 with SH--

2024-08-27 Thread Lukas Tribus
Hello, On Tue, 27 Aug 2024 at 18:09, BJ Taylor wrote: > > Here are the 502 logs from the last run after the config changes. > > 2024-08-26T09:29:02.547581-06:00 testserver haproxy[284569]: <134>Aug 26 > 09:29:02 haproxy[284569]: 192.168.69.101:45382 [26/Aug/2024:09:29:02.545] > www~ front3/pdaf

Re: HAProxy returning 502 with SH--

2024-08-27 Thread BJ Taylor
Here are the 502 logs from the last run after the config changes. 2024-08-26T09:29:02.547581-06:00 testserver haproxy[284569]: <134>Aug 26 09:29:02 haproxy[284569]: 192.168.69.101:45382 [26/Aug/2024:09:29:02.545] www~ front3/pdafront32 0/0/0/-1/1 502 208 - - SH-- 5/5/3/3/0 0/0 { front3.domain.com|

Re: HAProxy returning 502 with SH--

2024-08-23 Thread BJ Taylor
I will make the suggested changes and try again. Here are the failure logs for the last run. Queues are 0, current connections are not all that high. Aug 22 01:12:12 haproxy[87118]: > {"host":"testserver","ident":"haproxy","pid":87118,"timestamp":"22/Aug/2024:01:12:12 > -0600","haproxy":{"connecti

Re: HAProxy returning 502 with SH--

2024-08-23 Thread Lukas Tribus
On Fri, 23 Aug 2024 at 18:55, BJ Taylor wrote: > > We are trying to deploy HAProxy into our environment. We have a script that > does some 600k api calls during approximately 24 hours. How many concurrent connections / transactions though? > During that time, when haproxy is in place, there ar

HAProxy returning 502 with SH--

2024-08-23 Thread BJ Taylor
We are trying to deploy HAProxy into our environment. We have a script that does some 600k api calls during approximately 24 hours. During that time, when haproxy is in place, there are a handful (8-12) of responses that come back as 502 with SH--. We've tested this against Ubuntu's default 2.8 ver