[
https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sylvain Wallez updated CURATOR-374:
-----------------------------------
Comment: was deleted
(was: See pull request at https://github.com/apache/curator/pull/184)
> Reduce memory usage in TreeCache
> --------------------------------
>
> Key: CURATOR-374
> URL: https://issues.apache.org/jira/browse/CURATOR-374
> Project: Apache Curator
> Issue Type: Improvement
> Components: Recipes
> Affects Versions: 3.2.1
> Reporter: Sylvain Wallez
> Priority: Minor
>
> TreeCache uses 3 {{AtomicReference}} objects in its tree nodes to ensure
> atomic updates. On large trees (we have 1M nodes) this can cause a
> significant memory overhead.
> Using {{volatile}} fields with a {{AtomicReferenceFieldUpdater}} would avoid
> this while keeping the atomicity garantees.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)