This is an automated email from the ASF dual-hosted git repository.
ztang pushed a commit to branch branch-3.2.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2.1 by this push:
new a6df05b Revert "HDFS-14759. HDFS cat logs an info message."
a6df05b is described below
commit a6df05bf5e24d04852a35b096c44e79f843f4776
Author: Zhankun Tang <[email protected]>
AuthorDate: Wed Sep 18 17:40:04 2019 +0800
Revert "HDFS-14759. HDFS cat logs an info message."
This reverts commit 8fdf0dc6ffa9411d5fc5788a7dc744a69eccc14d.
---
.../hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferClient.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferClient.java
b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferClient.java
index 50bb39e..0adb41e 100644
---
a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferClient.java
+++
b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/SaslDataTransferClient.java
@@ -236,7 +236,7 @@ public class SaslDataTransferClient {
throws IOException {
boolean localTrusted = trustedChannelResolver.isTrusted();
boolean remoteTrusted = trustedChannelResolver.isTrusted(addr);
- LOG.debug("SASL encryption trust check: localHostTrusted = {}, "
+ LOG.info("SASL encryption trust check: localHostTrusted = {}, "
+ "remoteHostTrusted = {}", localTrusted, remoteTrusted);
if (!localTrusted || !remoteTrusted) {
// The encryption key factory only returns a key if encryption is
enabled.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]