You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-issues@hadoop.apache.org by "geekyouth (Jira)" <ji...@apache.org> on 2022/12/18 08:35:00 UTC

[jira] [Comment Edited] (HDFS-14759) HDFS cat logs an info message

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

geekyouth edited comment on HDFS-14759 at 12/18/22 8:34 AM:
------------------------------------------------------------

how to disable sasl.SaslDataTransferClient info log??? It is too many and not nessiery
```
sasl.SaslDataTransferClient: SASL encryption trust check
```

Is the only fix to upgrade to 3.1.4?



was (Author: geekyouth):
how to disable sasl.SaslDataTransferClient info log??? It is too many and not nessiery
```
sasl.SaslDataTransferClient: SASL encryption trust check
```

> HDFS cat logs an info message
> -----------------------------
>
>                 Key: HDFS-14759
>                 URL: https://issues.apache.org/jira/browse/HDFS-14759
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Eric Badger
>            Assignee: Eric Badger
>            Priority: Major
>             Fix For: 3.3.0, 3.1.4, 3.2.2
>
>         Attachments: HDFS-14759.001.patch
>
>
> HDFS-13699 changed a debug log line into an info log line and this line is printed during {{hadoop fs -cat}} operations. This make it very difficult to figure out where the log line ends and where the catted file begins, especially when the output is sent to a tool for parsing. 
> {noformat}
> [ebadger@foobar bin]$ hadoop fs -cat /foo 2>/dev/null
> 2019-08-20 22:09:45,907 INFO  [main] sasl.SaslDataTransferClient (SaslDataTransferClient.java:checkTrustAndSend(230)) - SASL encryption trust check: localHostTrusted = false, remoteHostTrusted = false
> bar
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org