Ilya Kasnacheev created IGNITE-6542:
---------------------------------------
Summary: SocketChannel may not be closed in createTcpClient()
Key: IGNITE-6542
URL:
https://issues.apache.org/jira/browse/IGNITE-6542 Project: Ignite
Issue Type: Bug
Affects Versions: 2.2
Reporter: Ilya Kasnacheev
Assignee: Ilya Kasnacheev
There's no finally() on ch in TcpCommunicationSpi.createTcpClient()
So there's a long block of code where resource consistency is hanging on a hair. This can lead to file descriptor starvation as well.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)