icodening commented on PR #12019: URL: https://github.com/apache/dubbo/pull/12019#issuecomment-1497021837
`TripleInvoker` and `NettyConnectionClient` will be close while ServiceInstancesChangedEvent, but `NettyConnectionHandler` ref `NettyConnectionClient`, and `NettyConnectionHandler.reconnect` work on I/O thread pool, and this thread pool will not shutdown, so that the closed `NettyConnectionClient` cannot be released -- 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]
