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

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

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

IMPALA-13235: Add Reusable GFlag Validators

Adds three reusable GFlag validators in a header-only file. These
validators can be passed directly to a GFlag DEFINE_validator()
function.

Sample usage:
  DEFINE_int32(myflag, 0, "Help text");
  DEFINE_validator(myflag, ge_one)

Workload management flags use a similar technique where a numeric
validator is defined once and re-used throughout the flags. This
validator has been moved to the new header-only file.

Testing accomplished by the tests in gflag-validator-util-test.cc
successfully passing locally and in a build.

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


> Integrate OTel C++ SDK into Impala Backend
> ------------------------------------------
>
>                 Key: IMPALA-13235
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13235
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend, Toolchain
>            Reporter: Jason Fehr
>            Assignee: gaurav singh
>            Priority: Critical
>              Labels: observability
>
> Integrate the Otel SDK for C++ into Impala.  This work involves:
> 1. updating Impala to include the Otel SDK in the build process
> 2. adding any necessary code to enable its use
> 3. supporting authentication with OTel systems



--
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