We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec86f42 commit c561a70Copy full SHA for c561a70
hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/OzoneFileSystem.java
@@ -63,7 +63,7 @@ public DelegationTokenIssuer[] getAdditionalTokenIssuers()
63
try {
64
keyProvider = getKeyProvider();
65
} catch (IOException ioe) {
66
- LOG.error("Error retrieving KeyProvider.", ioe);
+ LOG.debug("Error retrieving KeyProvider.", ioe);
67
return null;
68
}
69
if (keyProvider instanceof DelegationTokenIssuer) {
0 commit comments