You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Jordan Zimmerman (JIRA)" <ji...@apache.org> on 2016/02/04 14:31:39 UTC

[jira] [Commented] (CURATOR-299) Copious "Failed to find watcher" log messages when closing Curator 3.0 recipes

    [ https://issues.apache.org/jira/browse/CURATOR-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132324#comment-15132324 ] 

Jordan Zimmerman commented on CURATOR-299:
------------------------------------------

The logs is actually coming from the ZK client and should be removed there. However, Curator should probably not try to remove non-existent watchers.

https://issues.apache.org/jira/browse/ZOOKEEPER-2359

> Copious "Failed to find watcher" log messages when closing Curator 3.0 recipes
> ------------------------------------------------------------------------------
>
>                 Key: CURATOR-299
>                 URL: https://issues.apache.org/jira/browse/CURATOR-299
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Recipes
>    Affects Versions: 3.0.0
>            Reporter: Jordan Zimmerman
>            Assignee: Jordan Zimmerman
>             Fix For: 3.0.1
>
>
> [2016-02-01 14:49:47,005][ERROR][org.apache.zookeeper.ClientCnxn] Failed to find watcher!
> org.apache.zookeeper.KeeperException$NoWatcherException: KeeperErrorCode = No such watcher for /zookeeper/config
>     at org.apache.zookeeper.ZooKeeper$ZKWatchManager.containsWatcher(ZooKeeper.java:377) ~[zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]
>     at org.apache.zookeeper.ZooKeeper$ZKWatchManager.removeWatcher(ZooKeeper.java:252) ~[zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]
>     at org.apache.zookeeper.WatchDeregistration.unregister(WatchDeregistration.java:58) ~[zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]
>     at org.apache.zookeeper.ClientCnxn.finishPacket(ClientCnxn.java:712) [zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]
>     at org.apache.zookeeper.ClientCnxn.access$1500(ClientCnxn.java:97) [zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]
>     at org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:948) [zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]
>     at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:99) [zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]
>     at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361) [zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]
>     at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1236) [zookeeper-3.5.1-alpha.jar:3.5.1-alpha-1693007]



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