[
https://issues.apache.org/jira/browse/GEODE-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16765473#comment-16765473
]
ASF subversion and git services commented on GEODE-6334:
--------------------------------------------------------
Commit 2be43b2f35f1ae65bebf6b4dfbe2b329d6dccb2f in geode's branch
refs/heads/feature/GEODE-6369 from M. Oleske
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2be43b2 ]
GEODE-6334: Change cache operation stats to longs (#3142)
* Change cache operation stats to longs
* Use long instead of int for CqQueryOptimized Tests
* Clean up easy parts of CqQueryOptimized Tests
* Fix usages of CachePerfStats from ints to longs
* Add CacheStatistics integration test
* Remove cachePerfStats.getPuts() testing in backwards compatibility
DUnit test because it was trying to test old versions when this is all internal
* Update sanctioned data serializables
Co-authored-by: Michael Oleske <[email protected]>
Co-authored-by: Galen O'Sullivan <[email protected]>
Co-authored-by: Kirk Lund <[email protected]>
> CachePerfStats operation count stats may wrap to negative values
> ----------------------------------------------------------------
>
> Key: GEODE-6334
> URL: https://issues.apache.org/jira/browse/GEODE-6334
> Project: Geode
> Issue Type: Bug
> Components: statistics
> Reporter: Kirk Lund
> Assignee: Kirk Lund
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> Many CachePerfStats operation count stats are implemented as IntCounters
> including puts and gets. They will wrap to negative values when incremented
> beyond Integer.MAX_VALUE.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)