-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-17982. OpensslCipher initialization error should log a WARN message. #3599
Conversation
…ssage. Change-Id: I070fc4784679b3be73aa3a11201bbae23c20ad4e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
💔 -1 overall
This message was automatically generated. |
side issue: if you have a PR for my cloudstore module which adds an "openssl" command that probes for this ,and returns an error code if not satisfied, happy to merge it. good for support calls |
not on all. openssl is initiated only when accessing encrypted file/ if the transport is encrypted.
|
thanks for the feedback +1 from me |
@jojochuang I'm going to merge this shortly if there is no additional comment. |
On CentOS 8, OpensslCipher#initIDs raises exception since the provided openssl-1.1.1 is built with no-sm4 option as I reported in HADOOP-17609(#3019). Message like following appears after this fix.
|
What do you recommend we do here? |
@steveloughran I submitted a patch to enable OpensslCipher even the OpenSSL is built without SM4 support on #3019, for existing users of AES/CTR/NoPadding on REEL/CentOS 8. |
…ssage. (apache#3599) Change-Id: I070fc4784679b3be73aa3a11201bbae23c20ad4e
…ssage. (apache#3599) Change-Id: I070fc4784679b3be73aa3a11201bbae23c20ad4e
Description of PR
log a WARN message if OpensslCipher fails to initialize.
How was this patch tested?
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?