gfmio opened a new pull request, #334: URL: https://github.com/apache/flink-statefun/pull/334
This PR fixes the unclosed response warnings that Statefun reports when an HTTP request by Flink fails. The PR also sets the recommended logger setting to get more details about the issue when it occurs. Example: ``` Aug 09, 2023 9:28:57 AM okhttp3.internal.platform.Platform log Aug 9 10:28:57 <POD> taskmanager WARNING WARNING: A connection to http://worker:9090/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE); ``` -- 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]
