a4363220 opened a new issue, #10582:
URL: https://github.com/apache/dubbo/issues/10582

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.1.0
   * Operating System version: centos 7.9、windows10
   * Java version: 8、11
   
   ### Steps to reproduce this issue
   
   1.application.yaml配置如下:
     # 提供者服务配置
     provider:
       # 默认快速失败
       cluster: failfast
       # 不进行重试
       retries: 0
     消费者调用超时,没有进行快速失败,并且进行了重试三次
   2.@DubboService(cluster = "failfast",methods = {@Method(name = "test", 
retries = 0)})
      即使在提供者针对方法级别进行配置,还是和第一个问题产生的结果一致
   
   
   
   


-- 
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-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to