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/05 10:04:26 UTC

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

startjava opened a new issue #8425:
URL: https://github.com/apache/dubbo/issues/8425


   有没有可能,,提供者是10个,有4个提供者宕机了,,重试次数是3,,3次+1次重试巧合都是针对4个宕机的提供者执行了重试1次,总共是4次,然后就出现异常了,,其实另外6个提供者是正常的状态。。
   
   如果这样是不是tries次数尽量要大于提供者个数?感谢 。


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


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

Posted by GitBox <gi...@apache.org>.
startjava closed issue #8425:
URL: https://github.com/apache/dubbo/issues/8425


   


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


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

Posted by GitBox <gi...@apache.org>.
startjava commented on issue #8425:
URL: https://github.com/apache/dubbo/issues/8425#issuecomment-893980687


   感谢 


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


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

Posted by GitBox <gi...@apache.org>.
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