ArafatKhan2198 commented on code in PR #4519:
URL: https://github.com/apache/ozone/pull/4519#discussion_r1185716359
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/api/ClusterStateEndpoint.java:
##########
@@ -136,7 +136,7 @@ public Response getClusterState() {
}
Long totalKeys = 0L;
- Long deletedKeys = 0L;
+ Long keysAwaitingDeletion = 0L;
Review Comment:
During a recent call with @smitajoshi12, we discussed some changes to the
backend, including the naming of the response object. After some discussion, we
decided to change the name to `keysAwaitingDeletion`, which I felt was more
meaningful. However, I wanted to get your opinion on whether we should keep the
original name, `keysPendingDeletion`, or stick with the new one. What do you
think? @smengcl
--
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]