[
https://issues.apache.org/jira/browse/ZOOKEEPER-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872348#comment-13872348
]
Patrick Hunt commented on ZOOKEEPER-442:
----------------------------------------
The latest patch looks like it fixed the issue I client mem issue I mentioned:
{noformat}
USE_REMOVE_CALL:true
maxIter:100000
maxLoops:10000
Available free mem is 14615920
j:0
Available free mem is 15589384
j:1
Available free mem is 15582608
j:2
Available free mem is 15589824
j:3
Available free mem is 15565192
j:4
Available free mem is 15589824
j:5
Available free mem is 15589824
j:6
Available free mem is 15589824
j:7
Available free mem is 15581544
j:8
Available free mem is 15589824
j:9
Available free mem is 15589824
j:10
Available free mem is 15589824
j:11
{noformat}
Nice!
> need a way to remove watches that are no longer of interest
> -----------------------------------------------------------
>
> Key: ZOOKEEPER-442
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-442
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: java client, server
> Reporter: Benjamin Reed
> Assignee: Rakesh R
> Priority: Critical
> Fix For: 3.5.0
>
> Attachments: Remove Watch API.pdf, ZOOKEEPER-442.patch,
> ZOOKEEPER-442.patch, ZOOKEEPER-442.patch, ZOOKEEPER-442.patch,
> ZOOKEEPER-442.patch, ZOOKEEPER-442.patch, ZOOKEEPER-442.patch,
> ZOOKEEPER-442.patch, ZOOKEEPER-442.patch, ZOOKEEPER-442.patch,
> ZOOKEEPER-442.patch, ZOOKEEPER-442.patch, ZOOKEEPER-442.patch,
> ZOOKEEPER-442.patch
>
>
> currently the only way a watch cleared is to trigger it. we need a way to
> enumerate the outstanding watch objects, find watch events the objects are
> watching for, and remove interests in an event.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)