You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/03/04 12:17:14 UTC

[GitHub] wujimin commented on a change in pull request #565: [SCB-355]If auth failed,sc/cc will not connect server to reduce server pressure

wujimin commented on a change in pull request #565: [SCB-355]If auth failed,sc/cc will not connect server to reduce server pressure
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/565#discussion_r172046771
 
 

 ##########
 File path: service-registry/src/main/java/org/apache/servicecomb/serviceregistry/task/MicroserviceInstanceRegisterTask.java
 ##########
 @@ -56,6 +56,11 @@ public void onMicroserviceRegisterTask(MicroserviceRegisterTask task) {
 
   @Override
   protected boolean doRegister() {
+    if (microserviceInstance.getServiceId() == null) {
 
 Review comment:
   why register microservice failed, but try to register microservice instance?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services