ArafatKhan2198 commented on code in PR #7149:
URL: https://github.com/apache/ozone/pull/7149#discussion_r1753401316
##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/fsck/ContainerHealthTask.java:
##########
@@ -394,14 +422,9 @@ private void handleNegativeSizedContainers(
"Container {} has negative size. Please visit Recon's unhealthy " +
"container endpoint for more details.",
container.getContainerID());
- UnhealthyContainers record =
- ContainerHealthRecords.recordForState(containerHealthStatus,
Review Comment:
Actually I checked again it is being used by processContainer() method, that
runs after we process the existing DB Records.
--
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]