Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDDS-12586. Ozone Recon - Containers page showing incorrect count for the number of keys for various unhealthy states of containers. #8071

Closed
wants to merge 1 commit into from

Conversation

devmadhuu
Copy link
Contributor

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.

… the number of keys for various unhealthy states of containers.
@devmadhuu
Copy link
Contributor Author

Closing this because , needs change in UI field, as it is number of blocks instead of number of keys.

@devmadhuu devmadhuu closed this Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant