softwarebb opened a new issue #9256: URL: https://github.com/apache/dubbo/issues/9256
<!-- 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: 2.7.12 * Operating System version: win10 * Java version: jdk8 * 配置中心: nacos ### Steps to reproduce this issue 1. 下面是我的配置: 客户端:  服务提供端  配置文件  maven依赖:  发现在@Method中配置的retries不生效,但是timeout生效,经过debug发现获取方法上的retries属性时,url对象a和获取其他属性(例如timeout)的url对象b不同,url对象a中的methodParameters不包含@method上的属性,并且url中host是本机的以太网适配器 VMware Network Adapter VMnet1的Ipv4地址,而url对象b的methodParameters包含@method上的属性,并且其url中host是本机的以太网适配器 vEthernet (默认开关)对象的Ipv4地址 麻烦看一下是否是配置问题? ``` 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]
