devmadhuu opened a new pull request, #8071: URL: https://github.com/apache/ozone/pull/8071
## What changes were proposed in this pull request? Containers page showing incorrect count for the number of keys for various unhealthy states of containers. Currently the API picks the key count from org.apache.hadoop.hdds.scm.container.ContainerInfo#numberOfKeys which seems inconsistent. So to correctly showing the value, we should pick using ContainerKeyMapping info where recon maintains container to key mapping for each container. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12586 ## How was this patch tested? This patch is tested using junit and integration tests and using local docker cluster. -- 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]
