[ https://issues.apache.org/jira/browse/GEODE-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15753371#comment-15753371 ]
ASF GitHub Bot commented on GEODE-1541: --------------------------------------- GitHub user ameybarve15 opened a pull request: https://github.com/apache/geode/pull/319 GEODE-1541 : Made statsListUniqueId to be an AtomicLong. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ameybarve15/incubator-geode feature/GEODE-1541 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/319.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #319 ---- commit 8f9ce61c48acfac33fda3749b8f911d99ba12c39 Author: Amey Barve <aba...@apache.org> Date: 2016-12-15T07:30:25Z GEODE-1541 : Made statsListUniqueId to be an AtomicLong. ---- > 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)