changfubai opened a new issue #8715: URL: https://github.com/apache/dubbo/issues/8715
- [X] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [X] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7/3.0 * Operating System version: == * Java version: 1.8 ### Steps to reproduce this issue review代码时发现failback模式下的retries判断有问题。  调用失败时,没有判断重试次数,就直接加到了timer中。  timer中执行时,如果抛出异常,才判断如果超过重试次数,不继续进行。  Pls. provide [GitHub address] to reproduce this issue. ### Expected Result 加到timer中之前就需要判断一次retries ### Actual Result What actually happens? If there is an exception, please attach the exception trace: ``` Just put your stack trace here! ``` -- 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]
