srinireddy2020 commented on code in PR #7719:
URL: https://github.com/apache/hbase/pull/7719#discussion_r2789767167


##########
hbase-asyncfs/src/main/java/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputHelper.java:
##########
@@ -345,7 +345,8 @@ protected void channelRead0(ChannelHandlerContext ctx, 
BlockOpResponseProto resp
           if (PipelineAck.isRestartOOBStatus(pipelineStatus)) {
             throw new IOException("datanode " + dnInfo + " is restarting");
           }
-          String logInfo = "ack with firstBadLink as " + 
resp.getFirstBadLink();
+          String logInfo =
+            "ack with firstBadLink as " + resp.getFirstBadLink() + " from 
datanode " + dnInfo;

Review Comment:
   Comment addressed, please check.



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