mhansonp commented on a change in pull request #6347:
URL: https://github.com/apache/geode/pull/6347#discussion_r617024351
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionStats.java
##########
@@ -425,7 +425,13 @@
false),
f.createLongGauge("localMaxMemory",
- "local max memory in bytes for this region on this member",
"bytes")
+ "local max memory in bytes for this region on this member",
"bytes"),
+ f.createLongCounter("partitionedRegionClearLocalDuration",
Review comment:
I do believe I did with the latest checkin.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]