len548 opened a new pull request, #7182: URL: https://github.com/apache/ozone/pull/7182
## What changes were proposed in this pull request? Connections, streams, files, and other classes that implement the Closeable interface or its super-interface, AutoCloseable, needs to be closed after use. Further, that close call must be made in a finally block otherwise an exception could keep the call from being made. This change ensures that the DataInputBuffer and its close call is closed in a finally clause. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11438 ## How was this patch tested? This is a trivial change, so no testing was deemed necessary. -- 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]
