[
https://issues.apache.org/jira/browse/CURATOR-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14551459#comment-14551459
]
ASF GitHub Bot commented on CURATOR-217:
----------------------------------------
Github user cammckenzie commented on a diff in the pull request:
https://github.com/apache/curator/pull/82#discussion_r30659075
--- Diff:
curator-framework/src/main/java/org/apache/curator/framework/CuratorFramework.java
---
@@ -235,4 +235,6 @@
* @throws InterruptedException If interrupted while waiting
*/
public void blockUntilConnected() throws InterruptedException;
+
+ WatcherRemoveCuratorFramework newWatcherRemoveCuratorFramework();
--- End diff --
Javadoc?
> Use new Watcher Removal APIs in Curator Recipes
> -----------------------------------------------
>
> Key: CURATOR-217
> URL: https://issues.apache.org/jira/browse/CURATOR-217
> Project: Apache Curator
> Issue Type: Sub-task
> Components: Recipes
> Affects Versions: 3.0.0
> Reporter: Jordan Zimmerman
> Assignee: Jordan Zimmerman
> Fix For: 3.0.0
>
>
> Once the new Watcher Removal APIs are available, every Curator Recipe should
> be reviewed so that they clean up watchers as appropriate.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)