AlbumenJ commented on issue #10264: URL: https://github.com/apache/dubbo/issues/10264#issuecomment-1173759515
我这边本地没有复现出问题,出现是 `org.apache.dubbo.metadata.MetadataService` 的原因是取的 channel 的 url,这个默认只存第一个发布的 url,由于 `org.apache.dubbo.metadata.MetadataService` 是第一个发布的服务,所以日志写的是这个。 方便把客户端和服务端分机器部署看下吗,看下这个日志报错是在哪一侧抛出来的,是服务端抛的异常只是在消费端打印还是本身就是消费端异常。 -- 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]
