SteNicholas commented on code in PR #3491:
URL: https://github.com/apache/celeborn/pull/3491#discussion_r2387076451


##########
common/src/main/java/org/apache/celeborn/common/client/MasterClient.java:
##########
@@ -272,7 +272,7 @@ private RpcEndpointRef setupEndpointRef(String endpoint) {
       // Catch all exceptions. Because we don't care whether this exception is 
IOException or
       // TimeoutException or other exceptions, so we just try to connect to 
host:port, if fail,
       // we try next address.
-      LOG.warn("Connect to {} failed.", endpoint, e);
+      LOG.info("Connect to {} failed.", endpoint);

Review Comment:
   Why does this use INFO level?



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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to