High CPU Usage followed by segfault error

2018-10-02 Thread Soji Antony
Hello, We are currently using haproxy 1.8.3 with single process multithreaded configuration. We have 1 process and 10 threads each mapped to a separate core [0-9]. We are running our haproxy instances on a c4.4xlarge aws ec2 instance. The only other CPU intensive process running on this server is

Re: PATCH : mux_h2 h2c pointer deref

2018-10-02 Thread Mildis
OK. Here you are. 0001-BUG-MINOR-checks-queues-null-deref.patch Description: Binary data 0001-BUG-MINOR-h2-null-deref.patch Description: Binary data Mildis > Le 2 oct. 2018 à 04:23, Willy Tarreau a écrit : > > Hi, > > On Sun, Sep 23, 2018 at 06:18:37PM +0200, Mildis wrote: >> Hi, >> >>

Few problems seen in haproxy? (threads, connections).

2018-10-02 Thread Krishna Kumar (Engineering)
Hi Willy, and community developers, I am not sure if I am doing something wrong, but wanted to report some issues that I am seeing. Please let me know if this is a problem. 1. HAProxy system: Kernel: 4.17.13, CPU: 48 core E5-2670 v3 Memory: 128GB memory NIC: Mellanox 40g with IRQ pinning 2.

Re: High CPU Usage followed by segfault error

2018-10-02 Thread Olivier Houchard
Hi, On Tue, Oct 02, 2018 at 08:26:12PM +0530, Soji Antony wrote: > Hello, > > We are currently using haproxy 1.8.3 with single process multithreaded > configuration. > We have 1 process and 10 threads each mapped to a separate core [0-9]. We > are running our haproxy instances on a c4.4xlarge

Redirect to HTTPS

2018-10-02 Thread Dustin Schuemann
I would like to redirect everything from HTTP to HTTPS except a specific URL. Here is what I have but it doesn’t seem to be working. redirect scheme https if !{ ssl_fc } OR !{ hdr(Host) -m -I www.blah.com } Thanks,

Re: reg-test failures on FreeBSD, how to best adapt/skip some tests?

2018-10-02 Thread Frederic Lecaille
On 10/01/2018 08:59 PM, PiBa-NL wrote: Hi Frederic, Op 1-10-2018 om 16:09 schreef Frederic Lecaille: - /connection/b0.vtc probably does not 'really' need abns@ sockets, so changing to unix@ would make it testable on more platforms? Correct. I agree I did not think to replace this part

HAProxy is not supporting MySQL-8.0 default user authentication plugin (caching_sha2_password)

2018-10-02 Thread Ramesh Sivaraman
Hi Team, HAProxy is not supporting MySQL-8.0 default user authentication plugin (caching_sha2_password). HAProxy verison info : $ haproxy -vv HA-Proxy version 1.5.18 2016/05/10 Copyright 2000-2016 Willy Tarreau Build options : TARGET = linux2628 CPU = generic CC = gcc CFLAGS