mz0113 opened a new issue, #10336: URL: https://github.com/apache/dubbo/issues/10336
3.0.5版本的 前提: 某接口服务提供者有2台,分别为A和B,采用应用级方式注册到同一个nacos上,消费方启动后需要调该接口。 提供者A和消费端是跨网段的不互通,B和消费者是互通的。 错误表现: 消费方日志启动后就在刷refresh 什么meta failed,can`t get meta from xxx之类的错误,消费端调用时显示 all valid invokers size = 0,也就是说消费端现在一个可用provider都没拿到,手动去nacos上把服务A下线掉,稍后调用就正常了,可以调用到B上。 我的理解: 猜测是获取元数据信息是在一个for循环里面?导致其中一个provider无法联通报错导致for循环被break掉了,后续的provider也无法正常获取元数据了? -- 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]
