Issue with parsing DNS from AWS

2018-06-19 Thread Jim Deville
We have a setup with ECS and AWS's Service Discovery being load balanced by HAProxy in order to support sticky sessions for WebSocket handshakes, and we're working on making it more efficient by upgrading to 1.8.9 and taking advantage of seamless reloads and DNS service discovery. We have a

stable-bot: WARNING: 29 bug fixes in queue for next release

2018-06-19 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent every week once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses to

Re: remaining process after (seamless) reload

2018-06-19 Thread William Dauchy
On Tue, Jun 19, 2018 at 4:30 PM William Lallemand wrote: > That's interesting, we can suppose that this bug is not related anymore to the > signal problem we had previously. > Looks like it's blocking in the thread sync point. > Are you able to do a backtrace with gdb? that could help a lot.

Re: remaining process after (seamless) reload

2018-06-19 Thread William Lallemand
On Tue, Jun 19, 2018 at 04:09:51PM +0200, William Dauchy wrote: > Hello William, > > Not much progress on my side, apart from the fact I forgot to mention > where the process are now stuck using all the cpu, in > src/hathreads.c:112 > while (*barrier != all_threads_mask) > pl_cpu_relax(); >

Re: [PATCH] Re: Random crash (segfault, double free, ...) with a mix of SSL + cipherlist hash

2018-06-19 Thread Emmanuel Hocdet
> Le 18 juin 2018 à 15:54, Thierry Fournier a > écrit : > > I don’t known. In fact it works, so it is not a bug. But, when I use the > reservation for an ex_data slot, it returns the slot 0, and this slot is > used for the compatibility layer and can be crush some data. I conclude > that is a

Re: remaining process after (seamless) reload

2018-06-19 Thread William Dauchy
Hello William, Not much progress on my side, apart from the fact I forgot to mention where the process are now stuck using all the cpu, in src/hathreads.c:112 while (*barrier != all_threads_mask) pl_cpu_relax(); -- William

Re: [PATCH] MINOR: reg-tests: Add reg-tests/README file.

2018-06-19 Thread Willy Tarreau
On Tue, Jun 19, 2018 at 02:24:23PM +0200, Frederic Lecaille wrote: > Here is a new patch to add reg-tests/README file and update CONTRIBUTING > file. Applied, thanks. Willy

[PATCH] MINOR: reg-tests: Add reg-tests/README file.

2018-06-19 Thread Frederic Lecaille
On 06/19/2018 10:18 AM, Willy Tarreau wrote: On Mon, Jun 18, 2018 at 07:50:38PM +0200, Frederic Lecaille wrote: Hello, Here is a simple patch to add a Makefile target to run all "*.vtc" regression testing files found in 'reg-tests' directory. (...) Thank you very much for this, Fred! I hope

Re: [PATCH] MINOR: tests: First regression testing file.

2018-06-19 Thread Willy Tarreau
On Mon, Jun 18, 2018 at 07:50:38PM +0200, Frederic Lecaille wrote: > Hello, > > Here is a simple patch to add a Makefile target to run all "*.vtc" > regression testing files found in 'reg-tests' directory. (...) Thank you very much for this, Fred! I hope this will ignite a long series of such