Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10385 )
Change subject: IMPALA-7018: fix spill-to-disk encryption err handling ...................................................................... IMPALA-7018: fix spill-to-disk encryption err handling The EVP_CIPHER_CTX_ctrl() function was being misused: 1. It was called before initialising the context 2. Errors were not being handled (including the error from #1) Testing: Added some checks to assert that the OpenSSL error queue is empty. Change-Id: I054a5e76df51b293f4728d30fd3b3cd7640624fb Reviewed-on: http://gerrit.cloudera.org:8080/10385 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/openssl-util-test.cc M be/src/util/openssl-util.cc 2 files changed, 23 insertions(+), 14 deletions(-) Approvals: Tim Armstrong: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10385 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I054a5e76df51b293f4728d30fd3b3cd7640624fb Gerrit-Change-Number: 10385 Gerrit-PatchSet: 4 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
