[
https://issues.apache.org/jira/browse/GEODE-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375547#comment-15375547
]
ASF GitHub Bot commented on GEODE-1587:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-geode/pull/191
> Replace AtomicInteger with AtomicIntegerFieldUpdater in AbstractIndex.java
> --------------------------------------------------------------------------
>
> Key: GEODE-1587
> URL: https://issues.apache.org/jira/browse/GEODE-1587
> Project: Geode
> Issue Type: Bug
> Reporter: nabarun
>
> Use of Atomic Integer instead of volatile int resulted in an increase in the
> memory overhead per index entry by 8 bytes. It is suggested that use of
> AtomicIntegerFieldUpdater for atomic operations on a volatile int results in
> a decrease in the memory overhead per index entry.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)