Re: [PATCH] REGTEST/MINOR: loadtest: add a test for connection counters

2018-09-19 Thread PiBa-NL
Hi Willy, Op 19-9-2018 om 7:36 schreef Willy Tarreau: Hi Pieter, I took some time this morning to give it a test. For now it fails here, after dumping 2200 lines of not really usable output that I didn't investigate. From what I'm seeing it seems to moderately stress the local machine so it

Client Timeout - undeterministic behaviour with tcp frontends

2018-09-19 Thread Sven Buesing
Hi All, I think we stumbled over a bug in haproxy 1.8.3 regarding "timeout client" and tcp frontends. We are using the following version of haproxy: HA-Proxy version 1.8.3-205f675 2017/12/30 Copyright 2000-2017 Willy Tarreau We have quite a complex setup, as we use a tcp listener for ssl

invalid port numbers in 'show servers state' with SRV records

2018-09-19 Thread Peter Erickson
Hello - I'm attempting to use HAProxy's service discovery (SRV records) along with `load-server-state-from-file` but the port numbers from `show servers state` are incorrect. Here is my example (HA-Proxy version 1.9-dev2 2018/09/12) DNS configuration: $ dig SRV _nginx._tcp.alpha.int ;; ANSWER

Re: Intermittent HTTP 503 Error (Service Unavailable) with about 250 Connections

2018-09-19 Thread Lukas Tribus
Hello, On Wednesday, 19 September 2018, Shishir Kumar Yadav < shis...@purestorage.com> wrote: > I am able to get logs and I see these errors - > > 2018-09-18 23:39:22+00:00 127.0.0.1 haproxy[569]: Connect() failed for > backend ir-http-server-backend: no free ports. > Make sure you enable

Re: invalid port numbers in 'show servers state' with SRV records

2018-09-19 Thread francis Lavalliere
Hello, In server.c on line 2912 I believe the server state file is unsigned long and when loaded back its being compared with USHRT_MAX In my own development environment I had commented the following if statement, as server state is fully controlled by the haproxy and everything was

Where can I find explanations for all the columns of the web interface?

2018-09-19 Thread Бобровский Дмитрий
Hello ! Where can I find explanations for all the columns of the web interface? http://172.29.84.64/haproxy?stats [cid:image001.png@01D45018.EB070510] Best regards, Bobrovsky Dmitry Tel: +7-(910)-416-85-00 EMail: ministrbob...@gmail.com Telegram:

Re: Where can I find explanations for all the columns of the web interface?

2018-09-19 Thread Aleksandar Lazic
Hi. Am 19.09.2018 um 12:01 schrieb Бобровский Дмитрий: > Hello! > > Where can I find explanations for all the columns of the web interface? https://cbonte.github.io/haproxy-dconv/1.8/management.html#9 > http://172.29.84.64/haproxy?stats > > Best regards, > > Bobrovsky Dmitry Regards Aleks