You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2017/12/05 12:48:00 UTC

[jira] [Created] (HADOOP-15091) S3aUtils.getEncryptionAlgorithm() always logs@Debug "Using SSE-C"

Steve Loughran created HADOOP-15091:
---------------------------------------

             Summary: S3aUtils.getEncryptionAlgorithm() always logs@Debug "Using SSE-C"
                 Key: HADOOP-15091
                 URL: https://issues.apache.org/jira/browse/HADOOP-15091
             Project: Hadoop Common
          Issue Type: Sub-task
            Reporter: Steve Loughran
            Priority: Trivial


even when you have encryption off or set to sse-kms/aes256, the debug logs print a comment about using SSE-C

{code}
2017-12-05 12:44:33,292 [main] DEBUG s3a.S3AUtils (S3AUtils.java:getEncryptionAlgorithm(1097)) - Using SSE-C with null key
{code}

That log statement should be moved to only get printed with SSE-C enabled.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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