-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
ThreadLocal::remove performance impacts #4749
Labels
Comments
franz1981
changed the title
ThreadLocal::remove can cause scalability impacts
ThreadLocal::remove performance impacts
Jun 21, 2023
franz1981
added a commit
to franz1981/vert.x
that referenced
this issue
Jun 21, 2023
franz1981
added a commit
to franz1981/vert.x
that referenced
this issue
Jun 21, 2023
franz1981
added a commit
to franz1981/vert.x
that referenced
this issue
Jun 23, 2023
…clipse-vertx#4750) * Use fast thread local and fix GC nepotism (Fixes eclipse-vertx#4749) * Replace order of reentrant task's merge
vietj
pushed a commit
that referenced
this issue
Jun 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vert.x/src/main/java/io/vertx/core/net/impl/pool/CombinerExecutor.java
Line 60 in 04d4d65
smallrye/smallrye-context-propagation#424 (comment)
A different mechanism or just using
FastThreadLocal
's (to ve verified if they have the same impact) would solve it.The text was updated successfully, but these errors were encountered: