[ 
https://issues.apache.org/jira/browse/HDFS-17429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830380#comment-17830380
 ] 

ASF GitHub Bot commented on HDFS-17429:
---------------------------------------

wzk784533 opened a new pull request, #6670:
URL: https://github.com/apache/hadoop/pull/6670

   ### Description of PR
   https://issues.apache.org/jira/browse/HDFS-17429
   
   
   ### How was this patch tested?
   
   
   ### For code changes:
   
   The Sender.java have no LOG variable, just using the interface it 
impletments, so in the trace log, the file name is wrong:
   
   2024-03-18 16:34:40,274 TRACE **datatransfer.DataTransferProtocol**: :80 
Sending DataTransferOp OpReadBlockProto: header {
   
   It's actually printed in Sender.java
   
   




> Datatransfer sender.java LOG variable uses interface's, causing log fileName 
> mistake
> ------------------------------------------------------------------------------------
>
>                 Key: HDFS-17429
>                 URL: https://issues.apache.org/jira/browse/HDFS-17429
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Zhongkun Wu
>            Priority: Trivial
>
> 2024-03-18 16:34:40,274 TRACE datatransfer.DataTransferProtocol: :80 Sending 
> DataTransferOp OpReadBlockProto: header {
>  
> the log message above shows that it is in DataTransferProtocol, actually it 
> is not!!
> it is in the Sender.java which in the same package, implementing 
> DataTransferProtocol



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to