genvyday opened a new issue #9583:
URL: https://github.com/apache/dubbo/issues/9583


   * Dubbo version: 3.0.5
   * Operating System version: all
   * Java version: 1.8
   
   代码:
           String side = providerURL.getSide();
           boolean should = PROVIDER_SIDE.equals(side); // Only register the 
Provider.
   但是调用此函数时,URL是发送到registry注册的URL,side字段已经被移除。
   这导致了所有provider都不能在ServiceDiscoveryRegistry注册,从而导致如下的日志不停刷
   WARN :20220117.164918010:Dubbo-shared-scheduler-thread-1: [DUBBO] Refreshing 
of service instance started, but instance hasn't been registered yet., dubbo 
version: 3.0.5, current host: 
10.178.118.12:ServiceInstanceMetadataUtils.java:278
   


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