-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Remaining Lucene103Codec changes #19713
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
Conversation
Signed-off-by: Ankit Jain <[email protected]>
server/src/main/java/org/opensearch/index/codec/composite/CompositeCodecFactory.java
Show resolved
Hide resolved
|
There is significant overhead after introduction of |
Signed-off-by: Ankit Jain <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19713 +/- ##
============================================
+ Coverage 73.08% 73.20% +0.12%
- Complexity 70809 70858 +49
============================================
Files 5732 5732
Lines 324141 324141
Branches 46922 46922
============================================
+ Hits 236886 237281 +395
+ Misses 68182 67704 -478
- Partials 19073 19156 +83 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Created issue to track this going forward - #19738 |
Signed-off-by: Ankit Jain <[email protected]> (cherry picked from commit 226e494) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 226e494) Signed-off-by: Ankit Jain <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR adds remaining changes related to Lucene 10.3 upgrade. While most of the changes look minor, they seem important for correctness. Related PR: #19296
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.