Re: [PATCH] BUG/MEDIUM: namespace: close open namespaces during soft shutdown

2019-09-25 Thread Willy Tarreau
Hi Krisztián, On Wed, Sep 25, 2019 at 08:09:26PM +, Krisztián Kovács (kkovacs) wrote: > Thanks for your comments. Hopefully both are fixed. I've attached the > updated patch. Thank you, that's perfect now, and merged. > (Is attaching the proper way to follow up with fixes?) Both attaching

Re: [PATCH] BUG/MEDIUM: namespace: close open namespaces during soft shutdown

2019-09-25 Thread kkovacs
00:00:00 2001 From: Krisztian Kovacs Date: Tue, 24 Sep 2019 14:12:13 +0200 Subject: [PATCH] BUG/MEDIUM: namespace: close open namespaces during soft shutdown When doing a soft shutdown, we won't be making new connections anymore so there's no point in keeping the namespace file descripto

Re: [PATCH] BUG/MEDIUM: namespace: close open namespaces during soft shutdown

2019-09-25 Thread Willy Tarreau
Hi Krisztián, On Tue, Sep 24, 2019 at 12:18:51PM +, Krisztián Kovács (kkovacs) wrote: > When doing a soft shutdown, we won't be making new connections anymore so > there's no point in keeping the namespace file descriptors open anymore. > This does make sense. However I'm having two very

[PATCH] BUG/MEDIUM: namespace: close open namespaces during soft shutdown

2019-09-24 Thread kkovacs
When doing a soft shutdown, we won't be making new connections anymore so there's no point in keeping the namespace file descriptors open anymore. Keeping these open effectively makes it impossible to properly clean up namespaces which are no longer used in the new configuration until all