You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2010/01/15 23:22:54 UTC

[jira] Updated: (ZOOKEEPER-517) NIO factory fails to close connections when the number of file handles run out.

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Hunt updated ZOOKEEPER-517:
-----------------------------------

    Priority: Critical  (was: Major)

> NIO factory fails to close connections when the number of file handles run out.
> -------------------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-517
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-517
>             Project: Zookeeper
>          Issue Type: Bug
>            Reporter: Mahadev konar
>            Priority: Critical
>             Fix For: 3.3.0
>
>
> The code in NIO factory is such that if we fail to accept a connection due to some reasons (too many file handles maybe one of them) we do not close the connections that are in CLOSE_WAIT. We need to call an explicit close on these sockets and then close them. One of the solutions might be to move doIO before accpet so that we can still close connection even if we cannot accept connections.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.