zrlw commented on code in PR #15639:
URL: https://github.com/apache/dubbo/pull/15639#discussion_r2317924760


##########
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/deploy/DefaultApplicationDeployer.java:
##########
@@ -904,6 +914,11 @@ private DynamicConfiguration 
prepareEnvironment(ConfigCenterConfig configCenter)
                     throw new IllegalStateException(e);
                 }
             }
+            if (!dynamicConfiguration.isAvailable() && 
!configCenter.isCheck()) {
+                logger.warn(
+                        "The configuration center initialize successfully. but 
connection is available now, and the config-center.check is false, it will 
return now.");

Review Comment:
   >  but connection is available now,
   
   unavailable ?



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