liubao68 commented on a change in pull request #486: [SCB-165] Service registry 
not given proper instances
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/486#discussion_r159877061
 
 

 ##########
 File path: 
service-registry/src/main/java/io/servicecomb/serviceregistry/client/http/ServiceRegistryClientImpl.java
 ##########
 @@ -111,7 +111,8 @@ private void retry(RequestContext requestContext, 
Handler<RestResponse> response
               holder.value =
                   JsonUtils.readValue(bodyBuffer.getBytes(), cls);
             } catch (Exception e) {
-              LOGGER.warn(bodyBuffer.toString());
+              LOGGER.warn("read value failed and response message is {}",
 
 Review comment:
   This is exception is always Json Parse exceptions and no need to print out.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to