[
https://issues.apache.org/jira/browse/GEODE-5265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498318#comment-16498318
]
ASF subversion and git services commented on GEODE-5265:
--------------------------------------------------------
Commit 44e5d36d46216c4005c77619cce1f9cd47aa3ebf in geode's branch
refs/heads/develop from [~dschneider]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=44e5d36 ]
GEODE-5265: fix dataStoreEntryCount statistic (#2006)
* tested and fixed updateRecoveredEntry's dataStoreEntryCount code
* tested and fixed initialImagePut's dataStoreEntryCount code
* tested and fixed txApplyDestroy's dataStoreEntryCount code
* tested and fixed RegionMapDestroy's dataStoreEntryCount code
> PartitionedRegionStats dataStoreEntryCount can go negative
> ----------------------------------------------------------
>
> Key: GEODE-5265
> URL: https://issues.apache.org/jira/browse/GEODE-5265
> Project: Geode
> Issue Type: Bug
> Components: regions
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The statistic dataStoreEntryCount on PartitionedRegionStats is supposed to be
> the number of entries in a partitioned region stored in a member. So it
> should never be negative.
> But in some cases it is decremented more than once when an entry is removed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)