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


##########
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:
   Sorry, it was a mistake here. I have corrected it. Could you please take 
another look?



-- 
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-unsubscr...@dubbo.apache.org

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


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

Reply via email to