Bugzilla – Bug 5942
Socket Leaks
Last modified: 2008-07-01 01:38:56
You need to log in before you can comment on or make changes to this bug.
In the face of certain error conditions, 4.0.6 RFT does not explicitly call closeConnection() on the GridFTP cog objects. This results in Socket.close() never being called. Users under heave load have noticed "Too many open files" exceptions throw from the JVM. This likely occurs because sockets are left open and the process space has run out of FDs.