Aurélien D.
Aurélien D.
Thanks @idl0r, I think it won't be necessary as we just had a quick talk with @wlallemand and @wtarreau. We'll keep a special case for `%hr`, `%hrl`, `%hs` and `%hsl`...
It should be fixed now!
Could it be related to #2476 then?
Hi, To add a server you should use: `add server back/name ip:port [args] *`, where `[args]` have the same meaning as on a `server` line from the configuration. Example: ```...
Since 2.9 you may use `core.get_var()` method to fetch variables from `proc.*` scope: https://www.arpalert.org/src/haproxy-lua-api/3.0/index.html#core.get_var For now there is no `core.set_var()` so you cannot set `proc.*` variables outside of TXN context,...
If you still encounter the issue please file an issue on HAProxy directly (https://github.com/haproxy/haproxy/issues) "Thread X is about to kill the process" means haproxy watchdog noticed that one thread has...
Any news about this issue? Do you still encounter the crash with `:latest` or `:2.9.2` tag which where some high cpu usage related bugs were addressed? Thanks
Does it instantly ramp up to 200GB of used memory or is it slowing getting there, which would suggest a leak somewhere? In the first case, maybe this is not...
Great news, thanks for sharing your positive results with us.
It may be related somehow, but it's a different crash this time: First one (from your original report) was watchdog-triggered because too much time was spent in a function. However...