Christopher Faulet
Christopher Faulet
First, you must upgrade to the latest release (2.4.17).
At first glance, it looks good.
Just a question. Do you know how many entries you have in your stick-table ? If you have a huge number of expired keys, the function responsible to purge them...
You should use `show table` command on the CLI socket. But first you must configure it in your global section (See http://docs.haproxy.org/2.4/configuration.html#stats%20socket)
any news about this issue ?
copy that ! thanks
If I correctly understand your graph, number of entries in the stick tables are pretty low. And suddenly it explodes. Do you have any explanation for this increase ? It...
You must definitely use an up to date version. 2.4.19 or 2.6.6. > what is the update rate of 200? It is not a rate but the max update per-loop....
The error is reported during the request start-line parsing. It seems to be the end of the previous request. In both reports, there are 11496 bytes in the buffer with...
Well, a bug it still possible of course. Here, the error reports suggest HAProxy fails to parse the request because the start-line is invalid. There is no HTTP headers in...