sarvekshayr opened a new pull request, #9418: URL: https://github.com/apache/ozone/pull/9418
## What changes were proposed in this pull request? `SCMNodeManager#hasContainerWithSpace` is computation intensive and `NodesOutOfSpace` metric is fetched every 30 seconds. The logic has been optimised to check volume level statistics instead, if any volume has committed space ≥ block size, the DN is considered writable. This requires only a small loop over the DN’s volumes (~15), making it significantly more efficient. ## What is the link to the Apache JIRA [HDDS-14048](https://issues.apache.org/jira/browse/HDDS-14048) ## How was this patch tested? CI: https://github.com/sarvekshayr/ozone/actions/runs/19853937600 -- 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]
