You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by el...@apache.org on 2019/10/13 06:50:23 UTC

[hadoop-ozone] 02/03: HDDS-2213.Reduce key provider loading log level in OzoneFileSystem#getAdditionalTokenIssuers (#1556)

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit 21ef389f92fbc92a7da71a4fd57c42391feaa3b5
Author: Shweta Yakkali <sh...@cloudera.com>
AuthorDate: Fri Oct 11 10:23:19 2019 -0700

    HDDS-2213.Reduce key provider loading log level in OzoneFileSystem#getAdditionalTokenIssuers (#1556)
---
 .../src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java b/hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java
index 33dee87..0514bd7 100644
--- a/hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java
+++ b/hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java
@@ -63,7 +63,7 @@ public class OzoneFileSystem extends BasicOzoneFileSystem
     try {
       keyProvider = getKeyProvider();
     } catch (IOException ioe) {
-      LOG.error("Error retrieving KeyProvider.", ioe);
+      LOG.debug("Error retrieving KeyProvider.", ioe);
       return null;
     }
     if (keyProvider instanceof DelegationTokenIssuer) {


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