zentol opened a new pull request, #21259: URL: https://github.com/apache/flink/pull/21259
Fixes an issue where we're registering a new `ExtensionId` on every call to `RpcUtils#getAddress`, slowly increasing memory usage. We now use a singleton instance of the `RemoteAddressExtension` to prevent this. (ExtensionId is basically a factory for Extensions that also identifies extensions via object-identity.) -- 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]
