chickenlj commented on code in PR #11223:
URL: https://github.com/apache/dubbo/pull/11223#discussion_r1066507383


##########
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/deploy/DefaultApplicationDeployer.java:
##########
@@ -829,6 +837,18 @@ private void registerServiceInstance() {
                 if (applicationModel.isDestroyed()) {
                     return;
                 }
+
+                // refresh for 30 times (default for 30s) when deployer is not 
started, prevent submit too many revision

Review Comment:
   Should this be the following according to the logic?
   
   // refresh after waiting for 30s before deployer is started to prevent 
submitting too many revision; 
   // refresh immediately if deployer has already been started.



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