[
https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798784#comment-15798784
]
Scott Blum commented on CURATOR-374:
------------------------------------
[~randgalt] LGTM, what branch should I merge this into?
> 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
> Assignee: Scott Blum
> 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)