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/01/03 09:59:12 UTC

[GitHub] [dubbo-go] georgehao opened a new issue #982: The consumer Config retry is not right

georgehao opened a new issue #982:
URL: https://github.com/apache/dubbo-go/issues/982


   
   **What happened**:
   The retry of consumer is 3, but invoke the failoverCluster the real retry is 1
   
   ![image](https://user-images.githubusercontent.com/6947653/103476017-29defe80-4ded-11eb-9361-270e287ad346.png)
   
   ![image](https://user-images.githubusercontent.com/6947653/103476018-2cd9ef00-4ded-11eb-9c30-589331061bbc.png)
   
   
   **What you expected to happen**:
   
   **How to reproduce it (as minimally and precisely as possible)**:
   
   **Anything else we need to know?**:
   


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

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-go] cityiron commented on issue #982: The consumer Config retry is not right

Posted by GitBox <gi...@apache.org>.
cityiron commented on issue #982:
URL: https://github.com/apache/dubbo-go/issues/982#issuecomment-754013087


   getRetries:
   ```go	
           if retries > len(invokers) {
   		retries = len(invokers)
   	}
   ```
   
   pls check your invokers count.


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

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-go] AlexStocks closed issue #982: The consumer Config retry is not right

Posted by GitBox <gi...@apache.org>.
AlexStocks closed issue #982:
URL: https://github.com/apache/dubbo-go/issues/982


   


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

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