[
https://issues.apache.org/jira/browse/ZOOKEEPER-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370745#comment-16370745
]
Hudson commented on ZOOKEEPER-2978:
-----------------------------------
FAILURE: Integrated in Jenkins build ZooKeeper-trunk #3733 (See
[https://builds.apache.org/job/ZooKeeper-trunk/3733/])
ZOOKEEPER-2978: fix potential null pointer exception when deleting node (afine:
rev f0b67b6e49acec5f022bee25e08f82a29572c97a)
* (edit) src/java/main/org/apache/zookeeper/ZooKeeper.java
> 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.5.4, 3.6.0, 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)