[
https://issues.apache.org/jira/browse/IMPALA-13237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004632#comment-18004632
]
ASF subversion and git services commented on IMPALA-13237:
----------------------------------------------------------
Commit f3d693d3fd8533a8533bd63b4711374aa8e61cfa in impala's branch
refs/heads/master from jasonmfehr
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=f3d693d3f ]
IMPALA-13237: [Patch 2 of 5] - Add OpenSSL Utility Function to Validate PEM
Bundles
Adds a new function ValidatePemBundle(const string& bundle) to the
openssl utilities. This function asserts that all certificates in a
string containing a bundle of X.509 PEM-encoded certificates are
valid. If even one certificate is invalid, then validation fails and
the function returns false.
Certificates can be invalid for these reasons:
1. Structure is invalid/PEM encoding is incorrect.
2. notBefore time is in the future.
3. notAfter time is in the past.
Testing accomplished by the tests in openssl-util-test.cc
successfully passing locally and in a build.
Generated-by: Github Copilot (GPT-4.1)
Change-Id: I1e9f12e854b679ccf3e94a38c2688a7431460a7a
Reviewed-on: http://gerrit.cloudera.org:8080/23097
Reviewed-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Jason Fehr <[email protected]>
Reviewed-by: Alexey Serbin <[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]