You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/12/20 18:29:58 UTC

[jira] [Updated] (GEODE-1541) statsListUniqueId should be an AtomicLong

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

Kirk Lund updated GEODE-1541:
-----------------------------
    Affects Version/s: 1.0.0-incubating

> statsListUniqueId should be an AtomicLong
> -----------------------------------------
>
>                 Key: GEODE-1541
>                 URL: https://issues.apache.org/jira/browse/GEODE-1541
>             Project: Geode
>          Issue Type: Improvement
>          Components: statistics
>    Affects Versions: 1.0.0-incubating
>            Reporter: Darrel Schneider
>            Assignee: Amey Barve
>
> In InternalDistributedSystem the following instance variables:
>   private long statsListUniqueId = 1;
>   private final Object statsListUniqueIdLock = new Object();
> should be changed to an AtomicLong.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)