xuzifu666 commented on PR #23136: URL: https://github.com/apache/flink/pull/23136#issuecomment-1669561941
> @xuzifu666 Thanks for the PR. But I'm wondering where you see the risk of leaking resources in the test methods you touched. It looks like you only touched code segments where the reader/writer was actually closed through a `close()` call. In the end, you replaced those close calls with `try` blocks (which do the same thing: calling `close()` on the `AutoCloseable` instance). Or do I overlook something? 🤔 > > If not, I would tend to close this PR without merging. It doesn't bring any new value but might make it harder to backport code changes (due to the difference between `master` and the release branches). WDYT? :-) ok,this pr can be closed,and this pr can have a review please? https://github.com/apache/flink/pull/23168 @XComp -- 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]
