jianghuazhu commented on code in PR #7043:
URL: https://github.com/apache/ozone/pull/7043#discussion_r1707036424


##########
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientGrpc.java:
##########
@@ -176,8 +176,8 @@ private synchronized void connectToDatanode(DatanodeDetails 
dn)
 
     // Add credential context to the client call
     if (LOG.isDebugEnabled()) {
-      LOG.debug("Nodes in pipeline : {}", pipeline.getNodes());
-      LOG.debug("Connecting to server : {}", dn.getIpAddress());
+      LOG.debug("Nodes in pipeline : {}, connecting to server : {}",
+          pipeline.getNodes(), dn.getIpAddress());

Review Comment:
   Thanks @adoroszlai  for the comment and review.
   I have updated it.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to