dschneider-pivotal commented on a change in pull request #6347:
URL: https://github.com/apache/geode/pull/6347#discussion_r616862724



##########
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:
       these should be removed since they are for PR clear




-- 
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]


Reply via email to