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