Re: Rate Limit per IP with queueing (delay)

2020-06-08 Thread Igor Cicimov
On Mon, Jun 8, 2020 at 5:18 PM Stefano Tranquillini wrote: > > > On Sun, Jun 7, 2020 at 11:11 PM Илья Шипицин wrote: > >> >> >> вс, 7 июн. 2020 г. в 19:59, Stefano Tranquillini : >> >>> Hello all, >>> >>> I'm moving to HA using it to replace NGINX and I've a question regarding >>> how to do a

Re: [PATCH] MINOR: Add memcmp converter

2020-06-08 Thread Willy Tarreau
Hi Tim, On Mon, Jun 08, 2020 at 02:06:29PM +0200, Tim Duesterhus wrote: > Willy, > > I know it's late in the cycle, but I don't expect a new converter to break > anything unrelated. > > I also made sure to add a very exhaustive reg-test verifying the correct > behavior of the new converter to

Re: [ANNOUNCE] haproxy-2.1.6

2020-06-08 Thread Christopher Faulet
Le 08/06/2020 à 10:51, William Lallemand a écrit : HAProxy 2.1.6 was released on 2020/06/08. It added 13 new commits after version 2.1.5. Sorry guys, I introduced a very very stupid bug. Please, don't deploy this release ! Especially if you define errorfiles in a defaults sections.

Re: Rate Limit per IP with queueing (delay)

2020-06-08 Thread Aleksandar Lazic
Sorry send to early. Now the full answer. On 08.06.20 14:39, Aleksandar Lazic wrote: > On 08.06.20 14:28, Stefano Tranquillini wrote: >> Hi thanks for the reply >> >> why the set-priority is a better choice? >> will it just limit the connection in case there's need while it >> will not limit

Re: Rate Limit per IP with queueing (delay)

2020-06-08 Thread Aleksandar Lazic
On 08.06.20 14:28, Stefano Tranquillini wrote: > Hi thanks for the reply > > why the set-priority is a better choice? > will it just limit the connection in case there's need while it > will not limit the connection per se? > i mean, if the system is capable of supporting 600 calls, with > the

Re: Rate Limit per IP with queueing (delay)

2020-06-08 Thread Stefano Tranquillini
Hi thanks for the reply why the set-priority is a better choice? will it just limit the connection in case there's need while it will not limit the connection per se? i mean, if the system is capable of supporting 600 calls, with the set priority it will still process the 600 calls rather than

[PATCH] MINOR: Add memcmp converter

2020-06-08 Thread Tim Duesterhus
Willy, I know it's late in the cycle, but I don't expect a new converter to break anything unrelated. I also made sure to add a very exhaustive reg-test verifying the correct behavior of the new converter to make sure that it does not need any last minute fixes. This time I also made sure to

Re: Rate Limit per IP with queueing (delay)

2020-06-08 Thread Aleksandar Lazic
On 08.06.20 09:15, Stefano Tranquillini wrote: > > > On Sun, Jun 7, 2020 at 11:11 PM Илья Шипицин > wrote: > > > > вс, 7 июн. 2020 г. в 19:59, Stefano Tranquillini >: > > Hello all, > > I'm moving to HA using it to

Re: Pool trash grows quite quickly

2020-06-08 Thread Willy Tarreau
On Mon, Jun 08, 2020 at 09:54:31AM +0200, William Lallemand wrote: > I fixed the issue, the patch will come in the 2.1.6 which will be > released today. Thanks William! Willy

[ANNOUNCE] haproxy-2.1.6

2020-06-08 Thread William Lallemand
Hi, HAProxy 2.1.6 was released on 2020/06/08. It added 13 new commits after version 2.1.5. This patch mainly fixes an issue introduced by the connection cleanup patch which was backported in 2.1.5. This backport provokes a crash when changing the servers state from the CLI. Some inconsistencies

Re: Pool trash grows quite quickly

2020-06-08 Thread William Lallemand
On Fri, Jun 05, 2020 at 09:20:12PM +0200, Willy Tarreau wrote: > On Fri, Jun 05, 2020 at 08:47:41PM +0200, Willy Tarreau wrote: > > What I'm suspecting is that an error path is wrong in a function calling > > alloc_trash_chunk(), we'll have to audit them a little bit :-/ > > OK I found a few here

Re: Rate Limit per IP with queueing (delay)

2020-06-08 Thread Stefano Tranquillini
On Sun, Jun 7, 2020 at 11:11 PM Илья Шипицин wrote: > > > вс, 7 июн. 2020 г. в 19:59, Stefano Tranquillini : > >> Hello all, >> >> I'm moving to HA using it to replace NGINX and I've a question regarding >> how to do a Rate Limiting in HA that enables queuing the requests instead >> of closing