chickenlj commented on issue #10327:
URL: https://github.com/apache/dubbo/issues/10327#issuecomment-1234995160

   > [2022-07-15 20:13:46]
   > content: 
   > java.lang.NullPointerException: Cannot invoke 
"org.apache.dubbo.metadata.MetadataInfo$ServiceInfo.getNumbers()" because the 
return value of 
"org.apache.dubbo.registry.client.InstanceAddressURL.getServiceInfo(String)" is 
null
   > +3
   > [2022-07-15 20:13:46]
   > content: 
   >    at 
org.apache.dubbo.registry.client.InstanceAddressURL.getServiceNumbers(InstanceAddressURL.java:448)
 ~[dubbo-3.0.3.jar!/:3.0.3]
   > +4
   > [2022-07-15 20:13:46]
   > content: 
   >    at 
org.apache.dubbo.registry.client.InstanceAddressURL.getNumbers(InstanceAddressURL.java:460)
 ~[dubbo-3.0.3.jar!/:3.0.3]
   > +5
   > [2022-07-15 20:13:46]
   > content: 
   >    at org.apache.dubbo.common.URL.getParameter(URL.java:663) 
~[dubbo-3.0.3.jar!/:3.0.3]
   > +6
   > [2022-07-15 20:13:46]
   
   这个应该是一个 MetaInfo 初始化的并发问题,在新版本中已经修复。
   
   > 升级到 3.0.10 发现一个大问题,已经提了个https://github.com/apache/dubbo/pull/10364修复。
   
   DUBBO_PORT_TO_REGISTRY 在应用级服务发现场景下未能进行测试覆盖,结合这个问题,建议升级到最新的 3.0.11 bugfix 版本


-- 
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]

Reply via email to