Hi!
> Hi, everyone. > > Let me describe problem we faced. Haproxy is working as a frontend in > mode tcp to an application servers. By some reason haproxy spawns a lot > of tcp sockets in "CLOSE_WAIT" state on client side which seems never > will be closed until haproxy restart. Here is netstat: Are you saying that CLOSE_WAIT sockets are growing on the client, which connects to HAProxy? If thats the case, then this is likely a bug in the client application, not calling close(). Or is CLOSE_WAIT growing on the HAProxy box? If thats the case, please clarify whether frontend or backend sockets are affected. Also, please post your configuration so we can better understand what you are actually doing and provide the output of "haproxy -vv", so we know exactly what release of haproxy you are running. Regards, Lukas

