I've noticed that my server is leaking threads using 3.3.1 and a java client & server.
The specific scenario is that the the client times out the request to the server and every time the client times out the server the thread appears to be leaked. This eventually runs the server out of file descriptors and a hanging death ensues.
Is this a known problem, fixed in a subsequent version, the release notes for 3.4 make no reference to any bugs fixed.

Reply With Quote