chungen0126 opened a new pull request, #9374: URL: https://github.com/apache/ozone/pull/9374
## What changes were proposed in this pull request? Here is a commit from https://github.com/apache/ozone/pull/6613. See https://github.com/apache/ozone/pull/6613#discussion_r2558921152. This is about release resources properly. In `StreamBlockInputStream`, the `getAndSet(true)` returns the previous value, `wasNotYetComplete` would be false the first time it's called. This could cause releaseStreamResources() to be skipped the first time it's called. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14013 ## How was this patch tested? https://github.com/chungen0126/ozone/actions/runs/19693146030 -- 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]
