smengcl commented on code in PR #4519:
URL: https://github.com/apache/ozone/pull/4519#discussion_r1170776206


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/types/ClusterStateResponse.java:
##########
@@ -198,8 +198,8 @@ public Builder setBuckets(long buckets) {
       return this;
     }
 
-    public void setDeletedKeys(long deletedKeys) {
-      this.deletedKeys = deletedKeys;
+    public void setkeysAwaitingDeletion(long keysAwaitingDeletion) {

Review Comment:
   ```suggestion
       public void setKeysAwaitingDeletion(long keysAwaitingDeletion) {
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to