You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "icodening (via GitHub)" <gi...@apache.org> on 2023/04/05 07:09:34 UTC

[GitHub] [dubbo] icodening commented on pull request #12019: fix the bug of reconnect

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org