-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport] [2.x] Update Apache Lucene to 9.12.0 (#15333) #16211
[Backport] [2.x] Update Apache Lucene to 9.12.0 (#15333) #16211
Conversation
❌ Gradle check result for 3594150: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
3594150
to
9090acf
Compare
❌ Gradle check result for 9090acf: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
9090acf
to
faab048
Compare
❌ Gradle check result for faab048: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
* Update Apache Lucene to 9.12.0 Signed-off-by: Andriy Redko <[email protected]> * change to IOContext READONCE in locations where the file is not expected to be read multiple times. Signed-off-by: Marc Handalian <[email protected]> * Use READ IOContext for all non Segment* files when copying node-node Signed-off-by: Marc Handalian <[email protected]> * Fixing more test failures Signed-off-by: Andriy Redko <[email protected]> * Move Composite912Codec under org.opensearch.index.codec.composite.composite912 package Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Marc Handalian <[email protected]> Co-authored-by: Marc Handalian <[email protected]> (cherry picked from commit 146b0f7) Signed-off-by: Andriy Redko <[email protected]>
faab048
to
3eb7a76
Compare
❌ Gradle check result for 3eb7a76: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 3eb7a76: TIMEOUT Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 3eb7a76: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@msfroh please, Apache Lucene 9.12.0 backport, thank you! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16211 +/- ##
============================================
+ Coverage 71.72% 71.82% +0.09%
- Complexity 64773 64888 +115
============================================
Files 5284 5285 +1
Lines 303053 303068 +15
Branches 44086 44089 +3
============================================
+ Hits 217372 217676 +304
+ Misses 67457 67215 -242
+ Partials 18224 18177 -47 ☔ View full report in Codecov by Sentry. |
Backport of #15333 to
2.x