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/01/04 13:29:54 UTC

[GitHub] wujimin commented on a change in pull request #450: [JAV-429] modify the startup policy of SDK

wujimin commented on a change in pull request #450: [JAV-429] modify the startup policy of SDK
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/450#discussion_r159651925
 
 

 ##########
 File path: service-registry/src/main/java/io/servicecomb/serviceregistry/task/MicroserviceRegisterTask.java
 ##########
 @@ -113,8 +116,8 @@ private boolean checkSchemaIdSet() {
     schemaIdSetMatch = existSchemas.equals(localSchemas);
 
     if (!schemaIdSetMatch) {
-      LOGGER.error(
-          "SchemaIds is different between local and service center. Please change microservice version. "
+      LOGGER.warn(
 
 Review comment:
   ???
   product mode , if check failed, must stop boot?
   
   i can not find the logic.

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