[
https://issues.apache.org/jira/browse/CURATOR-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13647447#comment-13647447
]
Ioannis Canellos commented on CURATOR-14:
-----------------------------------------
I tried the suggested approach about caching watchers and it seems to work. The
only problem is providing a working equals() and hashCode() for the Watchers
implemented as anonymous inner classes. So I think that something like a
CacheableWatcher that could provide an impl of these two based on a key
property could reduce the boilerplate.
If no one is already working on it I could provide a patch.
> Memory leak in Curator watches
> ------------------------------
>
> Key: CURATOR-14
> URL: https://issues.apache.org/jira/browse/CURATOR-14
> Project: Apache Curator
> Issue Type: New Feature
> Components: Recipes
> Affects Versions: 2.0.0
> Reporter: Brandon Beck
> Assignee: Jordan Zimmerman
> Priority: Minor
> Attachments: MemoryTest.java
>
>
> The JVM runs out of memory if you repetitively create a PathChildrenCache,
> start it then immediately stop it. It appears that the memory is taken up by
> a watch that isn't ever cleaned up. Curator attempts to do some pooling of
> watches, but doesn't seem to use the path in the pooling.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira