log message in ZkWatchManager.materialize missing conditional
-------------------------------------------------------------

                 Key: ZOOKEEPER-221
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-221
             Project: Zookeeper
          Issue Type: Bug
          Components: java client
    Affects Versions: 3.0.0
            Reporter: Patrick Hunt
            Assignee: Patrick Hunt
             Fix For: 3.0.1, 3.1.0


the following code is missing conditional log call based on result of remove 
call (size > 0)

    // XXX This shouldn't be needed, but just in case
>     synchronized (existWatches) {
>         addTo(existWatches.remove(path), result);
>         LOG.warn("We are triggering an exists watch for delete! Shouldn't 
> happen!");
>     }
> 

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

Reply via email to