[ 
https://issues.apache.org/jira/browse/IMPALA-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004867#comment-18004867
 ] 

ASF subversion and git services commented on IMPALA-13237:
----------------------------------------------------------

Commit 90508b45596052c377415e673bb55dae116dc522 in impala's branch 
refs/heads/master from jasonmfehr
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=90508b455 ]

IMPALA-14217: Fixes Incompatibility with OpenSSL 1.0

A new function `ValidatePemBundle` was introduced in openssl-utl.cc
under IMPALA-13237. This function used the X509_get0_notBefore and
X509_get0_notAfter functions which were introduced in OpenSSL 1.1.0.

Fixes compilation errors with OpenSSL 1.0.x by reverting to the older
X509_get_notBefore and X509_get_notAfter functions. These functions
were deprecated in OpenSSL 1.1.1 but are drop-in replacements for
X509_get0_notBefore and X509_get0_notAfter differing only in the
function return being mutable vs const.

Fixes flaky tests failing because different versions of OpenSSL set
different error codes in the BIO_new_mem_buf() function.

Tested locally by compiling and running openssl-util-test ctests.
Also built and ran tests using Jenkins on RHEL 8.6 and CentOS 7.4.

Change-Id: If58a12f14a5509d62b7cfe291372b53b440da511
Reviewed-on: http://gerrit.cloudera.org:8080/23161
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Send Query Lifecycle Traces to OTel
> -----------------------------------
>
>                 Key: IMPALA-13237
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13237
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend, Frontend
>            Reporter: Jason Fehr
>            Assignee: Jason Fehr
>            Priority: Critical
>              Labels: observability
>
> Throughout the lifecycle of a query, several events happen.  Implement OTel 
> traces where each span is one step in the query lifecycle. 
>  These traces will be send to OTel systems using the OTel SDK.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to