You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Enrico Olivelli (JIRA)" <ji...@apache.org> on 2019/02/28 13:21:00 UTC

[jira] [Resolved] (ZOOKEEPER-2966) Flaky NullPointerException while closing client connection

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

Enrico Olivelli resolved ZOOKEEPER-2966.
----------------------------------------
    Resolution: Cannot Reproduce

As reported of the issue I am closing it as "Cannot reproduce" in 3.5.5 since the Netty stack changed

> Flaky NullPointerException while closing client connection
> ----------------------------------------------------------
>
>                 Key: ZOOKEEPER-2966
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2966
>             Project: ZooKeeper
>          Issue Type: Sub-task
>          Components: java client
>    Affects Versions: 3.5.3
>            Reporter: Enrico Olivelli
>            Priority: Critical
>
> It is not always reproducible, I get this in system tests of client applications.
> ZK client 3.5.3, stacktrace self-explains
> {code:java}
> java.lang.NullPointerException
>     at org.apache.zookeeper.ClientCnxnSocketNetty.onClosing(ClientCnxnSocketNetty.java:206)
>     at org.apache.zookeeper.ClientCnxn$SendThread.close(ClientCnxn.java:1395)
>     at org.apache.zookeeper.ClientCnxn.disconnect(ClientCnxn.java:1440)
>     at org.apache.zookeeper.ClientCnxn.close(ClientCnxn.java:1467)
>     at org.apache.zookeeper.ZooKeeper.close(ZooKeeper.java:1319){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)