AlbumenJ commented on issue #11289:
URL: https://github.com/apache/dubbo/issues/11289#issuecomment-1506879901

   > 在竞争到读锁后会因为invoker的销毁抛出异常。
   
   这里实际上不多,因为服务目录的地址是已经先刷新了的,所以新请求不会有问题。只有“已经从服务目录拿了地址-刚准备调用”这个时机的请求会影响。
   
   > 比如重新触发invoker的reselect?
   
   默认 Dubbo 是有重试的,会尝试 2 次


-- 
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]

Reply via email to