config MAX_LINE_ARGS limitation

2017-12-13 Thread 李保坤
Hi: How can I change the value from 64 to 256 at https://github.com/haproxy/haproxy/blob/master/include/common/defaults.h#L75. I have a limitation to config my service. I just changed the MAX_LINE_ARGS value, but it does’t work well, any places I need to fix? Thanks a lot.

subscribe

2017-12-13 Thread Brent Gardner

Re: BUG: 1.8.x Several balancing methods only send requests to one backend.

2017-12-13 Thread Adrian Williams
Simple config below. All requests are processed by API_1, changing balance to roundrobin shows expected distribution. Others reported the issue on discourse as well but with no further information: https://discourse.haproxy.org/t/v1-8-balance-source-only-1-backend-server-gets-traffic/1851/2 glob

Re: BUG: 1.8.x Several balancing methods only send requests to one backend.

2017-12-13 Thread Aleksandar Lazic
Hi. -- Originalnachricht -- Von: "Adrian Williams" An: haproxy@formilux.org Gesendet: 14.12.2017 00:08:43 Betreff: BUG: 1.8.x Several balancing methods only send requests to one backend. Several backend balancing methods seem to be broken with the 1.8 releases. All traffic is directe

BUG: 1.8.x Several balancing methods only send requests to one backend.

2017-12-13 Thread Adrian Williams
Several backend balancing methods seem to be broken with the 1.8 releases. All traffic is directed to one backend even when multiple are listed. This happens on both 1.8 and 1.8.1. Changing the balance to roundrobin distributes requests as expected. Balancing modes affected: source, URL, static-rr

Re: Status change from MAINT to UP

2017-12-13 Thread PiBa-NL
Hi Johan, Op 13-12-2017 om 17:31 schreef Johan Hendriks: When i use the show stat command I get different results? Just a guess, are you using?: nbproc > 1 Are multiple (old?) haproxy processes running? Perhaps including the used config could help diagnose. And 'haproxy -vv' is always appreci

Status change from MAINT to UP

2017-12-13 Thread Johan Hendriks
Hello all, I use the latest haproxy version 1.8.1 on a FreeBSD 11.1 machine. With When i use the show stat command I get different results? This is from the command echo "set server web-backend/server01 state maint" | socat /var/run/haproxy/info.sock stdio I set the server in maintenance mode. e

[PATCH] Minor : converter: Add len converter

2017-12-13 Thread Etienne Carrière
Hi, You will find attached a patch to add a converter that can returns the len of a string. Thanks in advance, Regards Etienne Carriere 0001-MINOR-sample-add-len-converter.patch Description: Binary data