[jira] [Created] (IGNITE-6542) SocketChannel may not be closed in createTcpClient()

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6542) SocketChannel may not be closed in createTcpClient()

Anton Vinogradov (Jira)
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)