You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Kasnacheev (JIRA)" <ji...@apache.org> on 2017/10/02 14:29:00 UTC

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

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)