-------- Forwarded Message --------
Subject: Advice needed for investigating a potential bug
Date: Tue, 24 Sep 2024 18:39:32 +0200
From: Valentine Krasnobaeva <vkrasnoba...@haproxy.co>
To: patrick.zwah...@gmail.com
Hi Patrick !
Thanks for reporting this !
1. To have more detailed logs you could enable traces on stderr by
starting haproxy like this:
./haproxy -f haproxy.cfg -dt h1:developer:complete,h2:developer:complete
See more details about this option below. Basically, with developer
level it will give you very detailed log.
https://docs.haproxy.org/2.9/management.html#3
2. tcpdumps from kibana side, haproxy node and elastic node will be
usefull (one backend configuration use case).
3. we also need to have a look at you configuration.
There are some bugfixes for http, which we backported in 2.9 and 2.8.
We maintain full Changelog lists for each version, but even if you
filter commit titles from these lists with http, there will be a lot:
http://git.haproxy.org/?p=haproxy-2.8.git;a=blob_plain;f=CHANGELOG
http://git.haproxy.org/?p=haproxy-2.9.git;a=blob_plain;f=CHANGELOG
So, you configuration (enabled http features and its combinations, etc)
+ tcpdumps + traces output will help to point to some commits in 2.9,
which introduced such behaviour.
Also, just to precise, you've downgraded first untill 2.9.11 ?
--
Bien cordialement,
Valentine