[
https://issues.apache.org/jira/browse/HADOOP-19111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17827658#comment-17827658
]
ASF GitHub Bot commented on HADOOP-19111:
-----------------------------------------
wzk784533 opened a new pull request, #6630:
URL: https://github.com/apache/hadoop/pull/6630
### Description of PR
Removing redundant debug message about client info
when sending rpc request,the debug message print clent name twice,this is
confusing.
like:
2024-03-16 11:58:49,564 DEBUG ipc.Client: :1113 IPC Client (382750013)
connection to kdcserver/172.20.10.12:8888 from nn/[email protected] Client
(382750013) connection to kdcserver/172.20.10.12:8888 from nn/[email protected]
sending #0 org.apache.hadoop.hdfs.protocol.ClientProtocol.getListing
the debug message above should delete the blue infomation with strikethrough
### How was this patch tested?
The code chaning is easy to understand. And I have it tested in Junit with
other cases
### For code changes:
> ipc client show log error
> -------------------------
>
> Key: HADOOP-19111
> URL: https://issues.apache.org/jira/browse/HADOOP-19111
> Project: Hadoop Common
> Issue Type: Improvement
> Components: common
> Reporter: Zhongkun Wu
> Priority: Trivial
>
> when sending rpc request,the debug message print clent name twice,this is
> confusing.
> like:
>
> 2024-03-16 11:58:49,564 DEBUG ipc.Client: :1113 {-}{color:#4c9aff}IPC Client
> (382750013) connection to kdcserver/172.20.10.12:8888 from
> nn/[email protected]{color}{-}IPC Client (382750013) connection to
> kdcserver/172.20.10.12:8888 from nn/[email protected] sending #0
> org.apache.hadoop.hdfs.protocol.ClientProtocol.getListing
>
>
> the debug message above should delete the blue infomation with strikethrough
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]