namelessssssssssss commented on issue #13141: URL: https://github.com/apache/dubbo/issues/13141#issuecomment-1752052755
看上去像是后注册服务的服务目录没有初始化,导致后续通过服务目录添加Invoker失败: 先注册的服务: (发布`DemoService`,`DemoService `引用 `DemoServiceB`,url有绑定的`RegistryDirectory`,可以更新成功)  后注册的服务: (发布`DemoServiceB`,`DemoServiceB` 引用 `DemoService`, url不存在绑定的`RegistryDirectory`,导致调用 DemoServiceB 时出现类似错误)  可以考虑暂时先用ZooKeeper代替 @AlbumenJ -- 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]
