priyeshkaratha commented on code in PR #9127:
URL: https://github.com/apache/ozone/pull/9127#discussion_r2434771898


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/NSSummaryTaskDbEventHandler.java:
##########
@@ -185,12 +188,14 @@ protected void handleDeleteKeyEvent(OmKeyInfo keyInfo,
     // Decrement immediate parent's totals (these fields now represent totals)
     nsSummary.setNumOfFiles(nsSummary.getNumOfFiles() - 1);
     nsSummary.setSizeOfFiles(nsSummary.getSizeOfFiles() - 
keyInfo.getDataSize());
+    nsSummary.setReplicatedSizeOfFiles(nsSummary.getReplicatedSizeOfFiles() - 
keyInfo.getReplicatedSize());

Review Comment:
   Addressed.



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