Rafiaminhaj commented on issue #15913: URL: https://github.com/apache/dubbo/issues/15913#issuecomment-3760756642
I checked AbstractClient as well. Reconnect is triggered from multiple paths (send/connect/reconnect), but AbstractClient does not guard reconnect timer lifecycle. If ReconnectTimerTask.start() is invoked multiple times, the previous timeout is not cancelled, leading to multiple reconnect timers. This likely causes the repeated reconnect behavior seen in production. -- 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]
