adoroszlai commented on PR #6013: URL: https://github.com/apache/ozone/pull/6013#issuecomment-1898395305
Updated the PR to ensure `leakTracker.close()` is not skipped if underlying object's `close()` (or similar) fails. This should avoid false positives in leak detection. If we see similar problem in the future, at least we have ruled this out. The original change (to keep `ReadOptions` open until iterator is closed) is dropped for now. -- 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]
