On Tue, Nov 28, 2017 at 02:56:55PM +0100, William Lallemand wrote: > On Tue, Nov 28, 2017 at 12:22:04PM +0100, Emmanuel Hocdet wrote: > > ok, i should have something strange because it’s easy to reproduce in my > > environnement. > > > > When i look lsof i see on master: > > haproxy 21355 root 4u IPv4 39007164 0t0 TCP 10.101.20.4:943 > > (LISTEN) > > it’s link to self ip configuration "peer L6_2 10.101.20.4:943" > > > > Master listen on peer? really? > > on each reload (kill -USR2) on more LISTEN appears > > > > I can reproduce easily the problem, the peers listener is not closed since I > removed > the deinit from the master-worker code, however that does not explain why the > old > worker does not quit. >
Apparently this is reproducible without the master-worker, upon a reload with a local peer, the previous process doesn't leave. -- William Lallemand

