https://issues.apache.org/bugzilla/show_bug.cgi?id=45279
Summary: McastServiceImpl leaks sockets.
Product: Tomcat 6
Version: 6.0.16
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Cluster
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
McastServiceImpl does not close its socket in stop() as it claims. It merely
calls leaveGroup(), which is sufficient to stop receiving messages, but does
not close the socket.
This causes a file descriptor leak each time the service is stopped.
add;
socket.close();
after leaveGroup();
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]