zhangyz-hd commented on issue #8325: URL: https://github.com/apache/dubbo/issues/8325#issuecomment-883976631
PS: 1. 2.5.10、2.6.10无此问题 2. 2.7.12下,dubbo.provider.cluster=failfast也是同样 原因:2.7下org.apache.dubbo.registry.integration.RegistryDirectory#mergeUrl中,将提供者参数合并到overrideDirectoryUrl的代码被去掉了。 ---- 撇开问题本身,这里其实有点尴尬的,因为retries、cluster更像是对一个服务所有提供者维度的,而不是针对一个服务具体某个提供者维度的参数。比如,一个10个提供者,它们注册的retries、cluster值不同。。 -- 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]
