gang0713 edited a comment on issue #8953: URL: https://github.com/apache/dubbo/issues/8953#issuecomment-937555703
@candyaaa 我的nacos是部署在docker上的。发现经常会报这个错,日志里。**3.0.2.1版本没有问题,升级到3.0.3会一直报这个错误**  ERROR [DynamicDirectory:187] 2021-10-07 14:35:58,764 - [DUBBO] Failed to execute router: nacos://127.0.0.1:8848/org.apache.dubbo.monitor.MonitorService?application=spring-boot-consumer-user&check=false&dubbo=2.0.2&file=**### /root/dubbo-cache/spring-boot-consumer-user/local/dubbo.cache&group=local&interface=org.apache.dubbo.monitor.MonitorService**&pid=3828293&protocol=registry&qos.accept.foreign.ip=false&qos.enable=false&reference.filter=-monitor&release=3.0.3×tamp=1633567264348, cause: Failed to invoke the method collect in the service org.apache.dubbo.monitor.MonitorService. address cache not build on the consumer 10.100.149.0 using the dubbo version 3.0.3., dubbo version: 3.0.3, current host: 10.100.149.0 org.apache.dubbo.rpc.RpcException: Failed to invoke the method collect in the service org.apache.dubbo.monitor.MonitorService. address cache not build on the consumer 10.100.149.0 using the dubbo version 3.0.3. at org.apache.dubbo.rpc.cluster.RouterChain.route(RouterChain.java:176) at org.apache.dubbo.registry.integration.DynamicDirectory.doList(DynamicDirectory.java:185) at org.apache.dubbo.rpc.cluster.directory.AbstractDirectory.list(AbstractDirectory.java:117) at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.list(AbstractClusterInvoker.java:327) at org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:265) at org.apache.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:89) at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:84) at org.apache.dubbo.rpc.protocol.dubbo.filter.FutureFilter.invoke(FutureFilter.java:51) at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:84) at org.apache.dubbo.rpc.cluster.filter.support.ConsumerContextFilter.invoke(ConsumerContextFilter.java:108) at org.apache.dubbo.rpc.cluster.filter.FilterChainBuilder$FilterChainNode.invoke(FilterChainBuilder.java:84) at org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$ClusterFilterInvoker.invoke(AbstractCluster.java:92) at org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:94) at org.apache.dubbo.registry.client.migration.MigrationInvoker.invoke(MigrationInvoker.java:276) at org.apache.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:92) at org.apache.dubbo.common.bytecode.proxy54.collect(proxy54.java) at org.apache.dubbo.monitor.dubbo.DubboMonitor.send(DubboMonitor.java:122) at org.apache.dubbo.monitor.dubbo.DubboMonitor.lambda$new$0(DubboMonitor.java:77) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) -- 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]
