BukrosSzabolcs commented on a change in pull request #3861:
URL: https://github.com/apache/hbase/pull/3861#discussion_r760942995



##########
File path: 
hbase-protocol-shaded/src/main/protobuf/server/master/RegionServerStatus.proto
##########
@@ -184,6 +184,18 @@ message GetLiveRegionServersResponse {
   required uint32 total = 2;
 }
 
+
+message BrokenStoreFileCleanerUsageRequest {
+  required string server_name = 1;
+  required uint64 runtime = 2;
+  optional uint64 deleted_files = 3;
+  optional uint64 failed_deletes = 4;
+  required uint32 runs = 5;

Review comment:
       I'm not sure how it ended up as uint32. Changing it to uint64.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to