[
https://issues.apache.org/jira/browse/HDFS-6954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114620#comment-14114620
]
Andrew Wang commented on HDFS-6954:
-----------------------------------
Hi Charles, thanks for picking this up (and thanks Allen for reporting, I was
going to file the same thing). Had a few review comments:
* I think PerformanceAdvisory would be a nice logsink to use for the
CryptoCodec stuff, it definitely relates to perf. Could do it at DEBUG level.
* Would be nice to switch PerfAdvisory to use slf4j too. If this gets too big,
we can do it in a different JIRA (or simply rename this one to be more general,
i.e. "Add additional PerformanceAdvisory logging").
> With crypto, no native lib systems are too verbose
> --------------------------------------------------
>
> Key: HDFS-6954
> URL: https://issues.apache.org/jira/browse/HDFS-6954
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: encryption
> Affects Versions: 3.0.0
> Reporter: Allen Wittenauer
> Assignee: Charles Lamb
> Attachments: HDFS-6954.001.patch
>
>
> Running commands on a machine without a native library results in:
> {code}
> $ bin/hdfs dfs -put /etc/hosts /tmp
> 14/08/27 07:16:10 WARN util.NativeCodeLoader: Unable to load native-hadoop
> library for your platform... using builtin-java classes where applicable
> 14/08/27 07:16:11 WARN crypto.CryptoCodec: Crypto codec
> org.apache.hadoop.crypto.OpensslAesCtrCryptoCodec is not available.
> 14/08/27 07:16:11 INFO hdfs.DFSClient: No KeyProvider found.
> {code}
> This is way too much.
--
This message was sent by Atlassian JIRA
(v6.2#6252)