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


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/persistence/ContainerHealthSchemaManager.java:
##########
@@ -172,6 +172,47 @@ public void 
insertUnhealthyContainerRecords(List<UnhealthyContainers> recs) {
     }
   }
 
+  /**
+   * Delete a specific unhealthy container state record.
+   *
+   * @param containerId Container ID
+   * @param state Container state to delete
+   */
+  public void deleteUnhealthyContainer(long containerId, Object state) {

Review Comment:
   I can see this is never called. Also can see methods 
deleteAllStatesForContainer, batchDeleteReplicaMismatchForContainers and 
clearAllUnhealthyContainerRecords also never used
   Same for ContainerHealthSchemaManagerV2 too.



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