[ 
https://issues.apache.org/jira/browse/GEODE-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15760581#comment-15760581
 ] 

ASF subversion and git services commented on GEODE-1541:
--------------------------------------------------------

Commit c02feccf7f73931e751b541c74a6729141ae02fd in geode's branch 
refs/heads/develop from [~abarve]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=c02fecc ]

GEODE-1541 : Made statsListUniqueId to be an AtomicLong.
This closes #319


> statsListUniqueId should be an AtomicLong
> -----------------------------------------
>
>                 Key: GEODE-1541
>                 URL: https://issues.apache.org/jira/browse/GEODE-1541
>             Project: Geode
>          Issue Type: Improvement
>          Components: statistics
>            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)

Reply via email to