devabhishekpal opened a new pull request, #9625: URL: https://github.com/apache/ozone/pull/9625
## What changes were proposed in this pull request? HDDS-14044. Handle nullish values for Deletion Progress in OM UI Please describe your PR in detail: * In the current OM UI the Deletion Progress details are based on the metrics. Since this takes time to initialize the UI doesn't handle the null values gracefully and instead shows NaN, null values which is not good. * This PR adds handling the null case and shows N/A instead to indicate that the data is not yet present. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14044 ## How was this patch tested? Patch was tested manually. Before the patch: <img width="3420" height="516" alt="image (19)" src="https://github.com/user-attachments/assets/3421fdbe-6039-4fd5-9255-f353af598362" /> After the patch: <img width="1710" height="252" alt="Screenshot 2026-01-12 at 10 23 01" src="https://github.com/user-attachments/assets/44cf2b3d-7232-49d8-8e55-f2a7e1604a30" /> -- 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]
