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-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to