-
-
Notifications
You must be signed in to change notification settings - Fork 798
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
Revert #1117: change default recycler pool back to threadLocalPool()
for 2.17.1
#1256
Comments
Supporting this change: |
cowtowncoder
changed the title
Revert #1117: change default recycler pool back to
Revert #1117: change default recycler pool back to Apr 17, 2024
threadLocalPool()
threadLocalPool()
OR change to concurrentDequePool
cowtowncoder
changed the title
Revert #1117: change default recycler pool back to
Revert #1117: change default recycler pool back to Apr 19, 2024
threadLocalPool()
OR change to concurrentDequePool
threadLocalPool()
cowtowncoder
changed the title
Revert #1117: change default recycler pool back to
Revert #1117: change default recycler pool back to Apr 19, 2024
threadLocalPool()
threadLocalPool()
for 2.17.1
cowtowncoder
added a commit
that referenced
this issue
Apr 20, 2024
cowtowncoder
added a commit
that referenced
this issue
Apr 20, 2024
dnhatn
added a commit
to elastic/elasticsearch
that referenced
this issue
Aug 28, 2024
dakrone
pushed a commit
to dakrone/elasticsearch
that referenced
this issue
Aug 30, 2024
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Sep 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to various reported performance issues (even if not all fully evaluated or confirmed), it seems that change #1117 may be too aggressive for 2.x release; or at least 2.17.x.
Since users may reconfigure implementation anyway (and are encouraged to do so explicitly), I think we should revert default back for 2.17.1 and keep it there for 2.17.x.
Based on research (see #1260) plan is to change default impl
concurrentDequePool
for 2.18(.0), via #1266.The text was updated successfully, but these errors were encountered: