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
Hi Willy, Willy Tarreau writes: > 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

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