How haproxy.org is managed, some manual update? Can we run git master there?
On Mon, Apr 27, 2020, 10:30 PM Willy Tarreau <[email protected]> wrote: > Hi all, > > just a quick note, be careful with -dev6, monitor your FDs from time > to time. Today it caused an outage on haproxy.org after all FDs were > in use. Sadly we had skipped a number of -dev in the past, jumping > from something between dev2 and dev3 to dev6, so the breakage might > have happened anywhere in between. > > The symptoms were that the CLI was still working pretty fine, "show fd" > would show a lot of FD and "show sess" would show only the CLI's socket. > A reload managed to get my stats request immediately accepted by the new > process so that proves that it was waiting in the accept queue, thus > accept() was refraining from doing its work. > > For now that's all I know, but I do have traces so I hope we'll quickly > figure where it comes from. > > I just wanted to let you know given that others might start to run a few > -dev releases in production and such issues are very nasty to detect :-/ > > Willy > >

