rich7420 opened a new pull request, #9173: URL: https://github.com/apache/ozone/pull/9173
## What changes were proposed in this pull request? This PR improves resource management by ensuring all OmMetadataManagerImpl instances created via createCheckpointMetadataManager() are properly closed using try-with-resources statements, following Java best practices and fixed CI test failure caused by behavior change. ## What is the link to the Apache JIRA Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull request which starts with the corresponding JIRA issue number. (e.g. HDDS-XXXX. Fix a typo in YYY.) [HDDS-13809](https://issues.apache.org/jira/browse/HDDS-13809) ## How was this patch tested? (Please explain how this patch was tested. Ex: unit tests, manual tests, workflow run on the fork git repo.) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this.) -- 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]
