You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/11 07:17:25 UTC

[GitHub] [dubbo] leron-x opened a new issue, #10918: Service co.xx.service.TradeService with version 0.0.0 not found, invocation rejected.

leron-x opened a new issue, #10918:
URL: https://github.com/apache/dubbo/issues/10918

   dubbo版本:3.1.0
   
   nacos版本:2.1.0
   
   spring cloud alibaba版本 2021.0.1.0
   
   运行环境: macOS Ventura 13.0
   
   场景:服务 A 订阅 服务 B、服务C,当服务 B、服务 C 同时重启之后,通信端口发生互换,服务A收到BC服务上线通知,如下图debug所示,但是在获取 MetadataInfo 的时候,subInstances 中的ServiceMetadata 为null,导致这个表达式进入 orElseGet中的逻辑 ,先从本地缓存(/Users/leron/.dubbo/.metadata.trade.nacos.192.168.31.15%003a30848.dubbo.cache)获取服务列表并返回,但是本地的缓存仍然是以前的端口,导致调用失败
   
   异常:Service co.xx.service.TradeService with version 0.0.0 not found, invocation rejected.
   <img width="1200" alt="image-20221111150459321" src="https://user-images.githubusercontent.com/69708227/201286909-7134911c-ba7e-48b8-91fc-8b54a18a541e.png">
   


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ closed issue #10918: Service co.xx.service.TradeService with version 0.0.0 not found, invocation rejected.

Posted by GitBox <gi...@apache.org>.
AlbumenJ closed issue #10918: Service co.xx.service.TradeService with version 0.0.0 not found, invocation rejected.
URL: https://github.com/apache/dubbo/issues/10918


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ commented on issue #10918: Service co.xx.service.TradeService with version 0.0.0 not found, invocation rejected.

Posted by GitBox <gi...@apache.org>.
AlbumenJ commented on issue #10918:
URL: https://github.com/apache/dubbo/issues/10918#issuecomment-1312400367

   升级到 3.1.1 或者 3.1.2 版本,已经修复


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] leron-x commented on issue #10918: Service co.xx.service.TradeService with version 0.0.0 not found, invocation rejected.

Posted by GitBox <gi...@apache.org>.
leron-x commented on issue #10918:
URL: https://github.com/apache/dubbo/issues/10918#issuecomment-1312500003

   > 升级到 3.1.1 或者 3.1.2 版本,已经修复
   
   好的 感谢


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org