smitajoshi12 commented on code in PR #4519:
URL: https://github.com/apache/ozone/pull/4519#discussion_r1157418536
##########
hadoop-ozone/recon/src/main/resources/webapps/recon/ozone-recon-web/api/db.json:
##########
@@ -1,5 +1,6 @@
{
"clusterState": {
+ "deletedDirs": 1200,
Review Comment:
@dombizita @devmadhuu @ArafatKhan2198
This is new endpoint response for clusterState so used deletedKeys. I think
we need to change it from Backend Code for deletedKeys
{
"deletedDirs": 0,
"pipelines": 4,
"totalDatanodes": 3,
"healthyDatanodes": 3,
"storageReport":
{ "capacity": 202114732032, "used": 12288, "remaining":
181861482496 }
,
"containers": 0,
"missingContainers": 0,
"openContainers": 0,
"volumes": 1,
"buckets": 0,
"keys": 0,
"deletedKeys": 0
}
--
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]