[ https://issues.apache.org/jira/browse/ZOOKEEPER-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15836706#comment-15836706 ]
Edward Ribeiro commented on ZOOKEEPER-2359: ------------------------------------------- +1, lgtm. Please, [~hanm] and/or [~arshadmohammad], could you please take a look? :) [~randgalt], those changes need to be applied to {{master}} and {{branch-3.5}}, right? Didn't find on {{branch-3.4}}... > ZooKeeper client has unnecessary logs for watcher removal errors > ---------------------------------------------------------------- > > Key: ZOOKEEPER-2359 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2359 > Project: ZooKeeper > Issue Type: Improvement > Components: java client > Affects Versions: 3.5.1 > Reporter: Jordan Zimmerman > Assignee: Jordan Zimmerman > Attachments: ZOOKEEPER-2359.patch > > > ClientCnxn.java logs errors during watcher removal: > LOG.error("Failed to find watcher!", nwe); > LOG.error("Exception when removing watcher", ke); > An error code/exception is generated so the logs are noisy and unnecessary. > If the client handles the error there's still a log message. This is > different than other APIs. These logs should be removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)