[Bug] pulsar-shell throws massive conscrypt stacktrace for every command when TLS is enabled on arm64 #20702
Closed
1 of 2 tasks
Labels
type/bug
The PR fixed a bug or issue reported a bug
Search before asking
Version
I was pleased to find arm64 builds for pulsar 3.0.0, however every administrative tool command leads to a massive stack trace warning about conscrypt being missing that precedes the results of every command, completely munges the output and fills the screen with useless stack-trace information.
I get the warning, it's making sure the user knows about the fallback, but does it really need to dump the stack every time? Even if the root cause (Conscrypt dependency is broken or architecture-dependent) isn't fixable in the short term, there should be a way to squash this output, since it makes
pulsar-admin
andpulshar-shell
extremely unpleasant to use.Minimal reproduce step
What did you expect to see?
What did you see instead?
Anything else?
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: