You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Ian Dimayuga (JIRA)" <ji...@apache.org> on 2016/01/28 03:50:39 UTC

[jira] [Updated] (ZOOKEEPER-2358) NettyServerCnxn leaks watches upon close

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

Ian Dimayuga updated ZOOKEEPER-2358:
------------------------------------
    Attachment: ZOOKEEPER-2358.patch

Match NIOServerCnxn logic by removing watches before closing channel
Add Netty support to WatchLeakTest

> NettyServerCnxn leaks watches upon close
> ----------------------------------------
>
>                 Key: ZOOKEEPER-2358
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2358
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.4.7, 3.5.1
>            Reporter: Ian Dimayuga
>            Assignee: Ian Dimayuga
>             Fix For: 3.4.8, 3.5.2
>
>         Attachments: ZOOKEEPER-2358.patch
>
>
> NettyServerCnxn.close() neglects to call zkServer.removeCnxn the way NIOServerCnxn.close() does. Also, WatchLeakTest does not test watch leaks in Netty.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)