-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[fix][misc] Log Conscrypt security provider initialization warnings at debug level #23364
[fix][misc] Log Conscrypt security provider initialization warnings at debug level #23364
Conversation
…t debug level - script output parsing breaks in 4.0.0-preview.1 testing because of the warnings
This is a regression in the Alpine image since 3.3.x. I did some manual testing to see why the native library cannot be loaded.
this is similar to #22804 error message. and
I wonder if using Alpine is the correct solution when mixing musl and glibc at runtime: Another comment against mixing musl and glibc at runtime:
The comment "You really need everything pure musl, or everything musl (but works with gcompat or libc6-compat shim-like tools...) or everything glibc using this package)" is something that is concerning. @merlimat Any thoughts on that? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23364 +/- ##
============================================
+ Coverage 73.57% 74.58% +1.01%
- Complexity 32624 33958 +1334
============================================
Files 1877 1934 +57
Lines 139502 145131 +5629
Branches 15299 15870 +571
============================================
+ Hits 102638 108251 +5613
+ Misses 28908 28581 -327
- Partials 7956 8299 +343
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…t debug level (apache#23364) (cherry picked from commit 950309b) (cherry picked from commit 988b884)
…t debug level (apache#23364) (cherry picked from commit 950309b) (cherry picked from commit 988b884)
Motivation
pulsar-admin
output parsing breaks in 4.0.0-preview.1 testing because of the warningsExample from Pulsar Helm chart testing
Modifications
Additional context
Documentation
doc
doc-required
doc-not-needed
doc-complete