mhansonp commented on a change in pull request #6430:
URL: https://github.com/apache/geode/pull/6430#discussion_r645883531



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionStats.java
##########
@@ -176,8 +176,18 @@
   private static final int prMetaDataSentCountId;
 
   private static final int localMaxMemoryId;
+  static final int bucketClearsId;
+  static final int bucketClearTimeId;
+  static final int bucketClearsInProgressId;
 
   static {
+    final String bucketClearsDesc =
+        "The total number of times a clear has been done on this region and 
it's bucket regions";
+    final String bucketClearTimeDesc =
+        "The total amount of time spent doing a bucket clear onx bucket 
regions";
+    final String bucketClearsInProgressDesc =
+        "The total number bucket region clears in progress";

Review comment:
       Good feedback. Thanks!




-- 
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:
us...@infra.apache.org


Reply via email to