-
Bug
-
Resolution: Done
-
Major
-
9.1.6.Final
-
None
Seems to affect pre-netty client but not sure yet whether it affects netty version:
In 9.1.x and before, TcpTransport.destroy/release not called if TcpTransport constructor fails to connect socket. This might be leaving the socket file descriptor open. If an exception, socket and socketChannel should be closed.
- is incorporated by
-
JDG-1739 HotRod client leaking socket connections during java.net.UnknownHostException
- Closed