Re: Lua: processing expired on timeout when using core.msleep

2022-08-23 Thread Bren
equest 15000 3 I'm delaying requests a random number of ms between 15000 and 3. > But this error can be triggered when the inspect-delay for tcp rules > evaluation is expires. Perhaps this is what is happening? Bren

Server state file: port doesn't change after config update

2022-08-22 Thread Bren
when using a state file. Is this expected behavior? Bren

Lua: processing expired on timeout when using core.msleep

2022-08-22 Thread Bren
processing on expired timeout. I've always been under the impression that a sleep shouldn't cause any timeouts. Both tune.lua.session-timeout and tune.lua.service-timeout says: If the Lua does a sleep, the sleep is not taken in account. Am I missing something? Bren

Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-22 Thread Bren
--- Original Message --- On Monday, August 22nd, 2022 at 7:03 AM, William Lallemand wrote: > I'm going to issue a 2.6.4 today with the patch. Just rolled out 2.6.4 and everything appears to be working as expected now. Thanks!

Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-20 Thread Bren
--- Original Message --- On Saturday, August 20th, 2022 at 3:43 PM, Vincent Bernat wrote: > Do you have something here too? Nope. In fact I just removed that from the build. > This does not match the file shipped by HAProxy, but this may explain > why you also run into this bug. What

Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-20 Thread Bren
ExitStatus=143 Type=notify [Install] WantedBy=multi-user.target We have a staging server that I always deploy to first so I can test anything you want me to there w/o affecting production. Bren

Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-20 Thread Bren
--- Original Message --- On Friday, August 19th, 2022 at 3:16 PM, Ionel GARDAIS wrote: > > > Hi Willy, > > I had to rollback to 2.6.2 I also had to roll back. I compile from source and push out the binary with Ansible which hung on reload. I observed an haproxy process running as

Re: Per-client queue for rate limiting?

2022-02-01 Thread Bren
ate(1m) http-request track-sc0 src acl limit_exceeded src_http_req_rate() gt 60 http-request set-var(txn.http_req_rate) src_http_req_rate() http-request lua.delay_request if limit_exceeded ... Bren

Re: Stick table counter not working after upgrade to 2.2.11

2021-03-22 Thread Bren
can confirm that counters no longer decrement over time. Tested this using the haproxy:2.2.11 Docker image and a standard stick table: fe-test http-request track-sc0 src table be-test be-test stick-table type ipv6 size 1m expire 24h store http_req_rate(2s) Bren

Unexpectedly high memory usage when loading large maps

2021-03-16 Thread Bren
l/etc/haproxy/country_iso_code.map)] default_backend be-test backend be-test server web web:8200 maxconn 128 Any input on this would be much appreciated! Thanks, Bren