You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Abraham Fine (JIRA)" <ji...@apache.org> on 2018/02/20 22:36:00 UTC

[jira] [Updated] (ZOOKEEPER-2978) fix potential null pointer exception when deleting node

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

Abraham Fine updated ZOOKEEPER-2978:
------------------------------------
    Summary: fix potential null pointer exception when deleting node  (was: missing list)

> fix potential null pointer exception when deleting node
> -------------------------------------------------------
>
>                 Key: ZOOKEEPER-2978
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2978
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: java client
>    Affects Versions: 3.4.11
>            Reporter: achimbab
>            Priority: Trivial
>             Fix For: 3.4.12
>
>
> At line 518, 'existWatches.remove(clientPath)' is null because watches for clientPath is already removed.
> https://github.com/apache/zookeeper/pull/461/commits/a6044af23ae1096a8c5305633320fa139cf730b2
>  



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