[Backport] [2.x] Update Apache Lucene to 9.12.0 (#15333)#16211
[Backport] [2.x] Update Apache Lucene to 9.12.0 (#15333)#16211reta merged 1 commit intoopensearch-project:2.xfrom
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 <andriy.redko@aiven.io> * change to IOContext READONCE in locations where the file is not expected to be read multiple times. Signed-off-by: Marc Handalian <marc.handalian@gmail.com> * Use READ IOContext for all non Segment* files when copying node-node Signed-off-by: Marc Handalian <marc.handalian@gmail.com> * Fixing more test failures Signed-off-by: Andriy Redko <andriy.redko@aiven.io> * Move Composite912Codec under org.opensearch.index.codec.composite.composite912 package Signed-off-by: Andriy Redko <andriy.redko@aiven.io> --------- Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: Marc Handalian <marc.handalian@gmail.com> Co-authored-by: Marc Handalian <marc.handalian@gmail.com> (cherry picked from commit 146b0f7) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
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