Darrel Schneider created GEODE-1541:
---------------------------------------
Summary: 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
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)