liubao68 commented on a change in pull request #771: [SCB-679] Support 
Cross-Origin Resource Sharing (CORS)
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/771#discussion_r197100077
 
 

 ##########
 File path: 
service-registry/src/main/java/org/apache/servicecomb/serviceregistry/task/MicroserviceRegisterTask.java
 ##########
 @@ -307,7 +307,10 @@ private void checkRemainingSchema(Map<String, 
GetSchemaResponse> scSchemaMap) {
 
       // Currently nothing to do but print a warning
       LOGGER.warn("There are schemas only existing in service center: {}, 
which means there are interfaces changed. "
-          + "It's recommended to increment microservice version before 
deploying.", scSchemaMap.keySet());
+              + "It's recommended to increment microservice version before 
deploying.",
+          scSchemaMap.keySet());
+      LOGGER.warn("ATTENTION: The schemas in new version are less than the old 
version, "
 
 Review comment:
   I think this warning message is the same as above one. Anyway, it's fine to 
keep it.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to