devmadhuu opened a new pull request, #6255: URL: https://github.com/apache/ozone/pull/6255
## What changes were proposed in this pull request? This PR addresses the corner case when a Recon has earlier identified some MISSING (UNHEALTHY) containers, but they all were EMPTY (No keys mapped), so Recon should filter out such existing MISSING (UNHEALTHY) containers. In a running cluster, Recon may have identified some MISSING (UNHEALTHY) containers before the [HDDS-9695](https://issues.apache.org/jira/browse/HDDS-9695) was applied. After the fix is applied, in a running cluster, existing MISSING (UNHEALTHY) containers which were actually EMPTY were still shown as MISSING, so this PR change is to filter out such existing MISSING (UNHEALTHY) containers which were actually EMPTY. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10370 ## How was this patch tested? Existing Junit integration test `org.apache.hadoop.ozone.recon.TestReconTasks#testEmptyMissingContainerDownNode` was updated and tested. -- 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]
