You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/10/27 07:01:54 UTC

[GitHub] [servicecomb-java-chassis] five111 commented on a change in pull request #2626: [SCB-2351] Optimize the ping method

five111 commented on a change in pull request #2626:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2626#discussion_r737163734



##########
File path: foundations/foundation-registry/src/main/java/org/apache/servicecomb/registry/consumer/SimpleMicroserviceInstancePing.java
##########
@@ -23,27 +23,34 @@
 import org.apache.servicecomb.foundation.common.net.IpPort;
 import org.apache.servicecomb.foundation.common.net.NetUtils;
 import org.apache.servicecomb.registry.api.registry.MicroserviceInstance;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+import org.springframework.util.CollectionUtils;
 
 /**
  * Simple implementation of .MicroserviceInstancePing using telnet
  */
 public class SimpleMicroserviceInstancePing implements MicroserviceInstancePing {
+  private static final Logger LOGGER = LoggerFactory.getLogger(SimpleMicroserviceInstancePing.class);

Review comment:
       done, but I'm not sure if I did it right




-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org