[ 
https://issues.apache.org/jira/browse/CURATOR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Blum resolved CURATOR-374.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 2.11.2
                   3.2.2

Merged into master; will be merged into 3.0 at some point.

> 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
>             Fix For: 3.2.2, 2.11.2
>
>
> 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)

Reply via email to