Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
Reviewed
Description
When sending rpc request,the debug message print client 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/bigdata@WUZK.COM IPC Client (382750013) connection to kdcserver/172.20.10.12:8888 from nn/bigdata@WUZK.COM sending #0 org.apache.hadoop.hdfs.protocol.ClientProtocol.getListing
the debug message above should delete duplicate information.