You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/06 02:24:15 UTC

[GitHub] [dubbo] noissues commented on issue #8425: 当tries重试次数的数量小于提供者的数据时,会发生什么?

noissues commented on issue #8425:
URL: https://github.com/apache/dubbo/issues/8425#issuecomment-893954905


   可以看下源码 `com.alibaba.dubbo.rpc.cluster.support.FailoverClusterInvoker#doInvoke` 的逻辑。在重试前是会重新 list 出提供者实例的,如果提供者 A 宕机,那么 A 就不会被 list 出来,所以不会出现针对宕机的提供者执行了重试的情况。


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