liubao68 commented on code in PR #4670:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/4670#discussion_r1908369790


##########
core/src/main/java/org/apache/servicecomb/core/SCBEngine.java:
##########
@@ -371,7 +371,7 @@ private void doRun() throws Exception {
     registrationManager.run();
     discoveryManager.run();
     // ensure can invoke services in AFTER_REGISTRY
-    
registrationManager.updateMicroserviceInstanceStatus(MicroserviceInstanceStatus.UP);
+//    
registrationManager.updateMicroserviceInstanceStatus(MicroserviceInstanceStatus.UP);

Review Comment:
   OK. Delete this line. 



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

Reply via email to