Re: Grrrr.... warnings
You can rewrite haproxy with Lua. It was announced one year and one day ago. It’s time ... :-) Thierry - > On 1 Apr 2018, at 23:24, Willy Tarreau <w@1wt.eu> wrote: > > Can someone tell...
View ArticleRe: Why maxconn value can have a negative value?
Willy, Am 02.04.2018 um 16:46 schrieb Willy Tarreau: > Very likely not, I think that maxconn is 0 when not set, so most likely > it's a leftover from old code. > I don't feel confident...
View Articleresolvers - resolv.conf fallback
Assuming no one else is already working on the feature, I'd like to contribute the change to have the resolvers section fall back to parsing /etc/resolv.conf when no nameserver directives are present....
View ArticleRe: Segmentation faults (1.8.4-de425f6 2018/02/26)
Hi Willy, alright, I updated to latest snapshot. Thanks for all your work!
View ArticleDNS resolver and mixed case responses
Hello All, I have noticed a potential issue in HAProxy 1.7 where a backend server has reported in logs an 'unspecified DNS error' and been marked down for maintenance. After some investigation, I have...
View ArticleRe: DNS resolver and mixed case responses
On Tue, Apr 3, 2018 at 4:17 PM, Dale Smith <dalees@gmail.com> wrote: > Hello All, > > I have noticed a potential issue in HAProxy 1.7 where a backend server has > reported in logs an...
View ArticleRe: resolvers - resolv.conf fallback
On Mon, Apr 2, 2018 at 5:09 PM, Ben Draut <drautb@gmail.com> wrote: > Assuming no one else is already working on the feature, I'd like to > contribute > the change to have the resolvers...
View Article[BUG][PATCH] fd: fix handling of poller updates
Hi, The attached patch attempts to fix the way we handle the update_mask bit. Clearing that bit in fd_insert() may lead to entries being inserted twice in fd_updt. Instead, make sure the pollers clear...
View ArticleRe: [BUG][PATCH] fd: fix handling of poller updates
On Tue, Apr 03, 2018 at 07:33:57PM +0200, Olivier Houchard wrote: > Hi, > > The attached patch attempts to fix the way we handle the update_mask bit. > Clearing that bit in fd_insert() may...
View ArticleError log format
Hi, Is it possible to change the format of the error logs? I was looking to filter out some of the fields that are printed when error logs are generated. I was able to do so for regular logs, but was...
View ArticleNo enabled listener found and reloads triggered an inconsistent state.
Hi there, We had an issue recently, using 1.8.5. For some reason we ended up entering in the "No enabled listener found" state (I guess the config file was incomplete, being written at that time,...
View ArticleRe: [PATCH] BUG/MINOR: email-alert: Set the mailer port during alert...
On Tue, Mar 27, 2018 at 04:04:40PM +0200, Christopher Faulet wrote: > Hi, > > This patch fixes an issue about email alerts reported by Johan. It must be > backported in 1.8. > >...
View ArticleRe: DNS resolver and mixed case responses
On Tue, 3 Apr 2018 at 17:35 Baptiste <bedis9@gmail.com> wrote: > > Hi Dale, > > Thanks for the report! > Please share your patch here and I'll have a look, so we could merge it....
View ArticleRe: resolvers - resolv.conf fallback
Hello Baptiste, > - (for Lukas) what do you think is better, a configuration option to trigger > parsing of resolv.conf or as proposed, if no nameserver are found, we use > resolv.conf as a...
View ArticleRe: DNS resolver and mixed case responses
Dale, Am 03.04.2018 um 16:17 schrieb Dale Smith: > I'm trying to understand what system is at fault here; the DNS server for > not responding with the same case as the query, or HAProxy which...
View ArticleRe: Rejected connections not getting counted in stats
Hi Errikos, On 26/03/2018 13:03, Errikos Koen wrote: > Hello, > > I have a frontend whitelisted by IP with the following rules: > > acl whitelist src -f /etc/haproxy/whitelist.lst >...
View ArticleRe: Haproxy 1.8.4 crashing workers and increased memory usage
Hi Willy >>>> There are very few abort() calls in the code : >>>> - some in the thread debugging code to detect recursive locks ; >>>> - one in the cache applet...
View ArticleRe: Haproxy 1.8.4 crashing workers and increased memory usage
Hi Frank, On Thu, Apr 05, 2018 at 09:41:25AM +0000, Frank Schreuder wrote: > Hi Willy > > >>>> There are very few abort() calls in the code : > >>>> - some in the...
View Article[ANNOUNCE] haproxy-1.8.6
Hi, HAProxy 1.8.6 was released on 2018/04/05. It added 23 new commits after version 1.8.5. It fixes several bugs, two of which are considered of major severity since they can cause the process to...
View Article