Skip to content
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

Performance: contention on Logger instance caused by Vertx warning #19314

Closed
Sanne opened this issue Aug 10, 2021 · 0 comments · Fixed by #19315
Closed

Performance: contention on Logger instance caused by Vertx warning #19314

Sanne opened this issue Aug 10, 2021 · 0 comments · Fixed by #19315
Assignees
Labels
area/vertx kind/bug Something isn't working
Milestone

Comments

@Sanne
Copy link
Member

Sanne commented Aug 10, 2021

Describe the bug

Class io.vertx.core.impl.ContextImpl is logging a frequent warning about "You have disabled TCCL checks".

This warning is now pointless (according to the vert.x team it's a legacy) and is being removed in upcoming Vert.x releases, but until we can upgrade this is causing significant contention on the Logger infrastructure when under load.

We're currently filtering the output; a more effective solution (until we upgrade Vertx) is to reconfigure the cathegory: PR coming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertx kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants