On Thu, Jun 21, 2018 at 5:03 PM William Lallemand <[email protected]> wrote: > Maybe one client was still connected on a frontend (including the stats > socket). > The process first unbind the listeners, and then wait for all clients to > leave. > It's difficult to see what's going on since the stats socket is unbind at this > moment :/ > But you could try a netstat or ss to see if the listeners are still binded in > this process.
indeed, I will double check those things next time it happens. Thanks for the hard work! -- William

