Skip to content

Commit cb0f508

Browse files
author
tmiddleton
committed
Bug 37396402 - [37391109->25.03] StorageManager resetStatistics does not reset Remove Count
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 112954]
1 parent 5a279ee commit cb0f508

File tree

2 files changed

+2
-1
lines changed
  • prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid

2 files changed

+2
-1
lines changed

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/PartitionedService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29310,7 +29310,7 @@ public synchronized void recoverSnapshot(String sSnapshot)
2931029310
PartitionSet parts = GUIDHelper.getPartitions(getSnapshotStores(sSnapshot), cParts);
2931129311
if (parts.cardinality() != cParts)
2931229312
{
29313-
throw new IllegalStateException("Missing the following partitions to recover snapsot '" +
29313+
throw new IllegalStateException("Missing the following partitions to recover snapshot '" +
2931429314
sSnapshot + "': " + parts.invert());
2931529315
}
2931629316

prj/coherence-core-components/src/main/java/com/tangosol/coherence/component/util/daemon/queueProcessor/service/grid/partitionedService/partitionedCache/Storage.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9068,6 +9068,7 @@ public void resetStats()
90689068
getStatsOptimizedQueryCount().set(0);
90699069
getStatsQueryContentionCount().set(0L);
90709070
getStatsClears().set(0L);
9071+
getStatsRemoves().set(0L);
90719072

90729073
getStatsIndexingTotalMillis().set(0L);
90739074

0 commit comments

Comments
 (0)