-
Notifications
You must be signed in to change notification settings - Fork 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
Reduce contention in DocumentsWriterPerThreadPool. #12199
Merged
Merged
Commits on Mar 10, 2023
-
Reduce contention in DocumentsWriterPerThreadPool.
Obtaining a DWPT and putting it back into the pool is subject to contention. This change reduces contention by using 8 sub pools that are tried sequentially. When applied on top of apache#12198, this reduces the time to index geonames with 20 threads from ~19s to ~16-17s.
Configuration menu - View commit details
-
Copy full SHA for 482fc3c - Browse repository at this point
Copy the full SHA 482fc3cView commit details
Commits on Mar 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be8b8b8 - Browse repository at this point
Copy the full SHA be8b8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a9fcb - Browse repository at this point
Copy the full SHA 92a9fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a560270 - Browse repository at this point
Copy the full SHA a560270View commit details -
Configuration menu - View commit details
-
Copy full SHA for c853888 - Browse repository at this point
Copy the full SHA c853888View commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8418029 - Browse repository at this point
Copy the full SHA 8418029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fdd42b - Browse repository at this point
Copy the full SHA 3fdd42bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6461538 - Browse repository at this point
Copy the full SHA 6461538View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec760be - Browse repository at this point
Copy the full SHA ec760beView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.