-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] Fix broken backward compatibility from 2.7 for IndexSorted field indices #10075
Conversation
…ces (#10045) * Fix broken backward comparibility from 2.7 for IndexSorted field indices Signed-off-by: gashutos <[email protected]> * Adding CHANGELOG Signed-off-by: gashutos <[email protected]> * Update server/src/main/java/org/opensearch/index/IndexSettings.java Co-authored-by: Andriy Redko <[email protected]> Signed-off-by: Chaitanya Gohel <[email protected]> * Removing unwanted logs Signed-off-by: gashutos <[email protected]> * Removing unwanted logs Signed-off-by: gashutos <[email protected]> * Adding index sort as part of mixed cluster to test this scenario Signed-off-by: gashutos <[email protected]> * Removing optimization disable logic Signed-off-by: gashutos <[email protected]> * Correcting some comments & version check to before( V_2_7_0) instead onOrBefire(V_2_6_1) since Signed-off-by: gashutos <[email protected]> * Resolving spotless check error Signed-off-by: gashutos <[email protected]> * Fixing broken UT - last minute checkin without copile Signed-off-by: gashutos <[email protected]> * Improving code coverage to make codcov happy Signed-off-by: gashutos <[email protected]> * Correcting typos and adding more tests Signed-off-by: gashutos <[email protected]> * Removing unwanted imports Signed-off-by: gashutos <[email protected]> --------- Signed-off-by: gashutos <[email protected]> Signed-off-by: Chaitanya Gohel <[email protected]> Co-authored-by: Andriy Redko <[email protected]> (cherry picked from commit d34b352) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Compatibility status:Checks if related components are compatible with change 53f4239 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/performance-analyzer-rca.git] |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
This failure is related to my changes. |
Gradle Check (Jenkins) Run Completed with:
|
@gashutos identified the issue with tests:
The fix is in progress |
Gradle Check (Jenkins) Run Completed with:
|
Cleared out |
Signed-off-by: Gohel <[email protected]> Co-authored-by: Gohel <[email protected]> (cherry picked from commit d7aa6dd) Signed-off-by: Andriy Redko <[email protected]>
53f4239
to
20b306d
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #10075 +/- ##
============================================
- Coverage 70.89% 70.67% -0.23%
+ Complexity 58291 58136 -155
============================================
Files 4810 4810
Lines 275140 275156 +16
Branches 40440 40442 +2
============================================
- Hits 195074 194460 -614
- Misses 63389 64069 +680
+ Partials 16677 16627 -50
|
Backport d34b352 from #10045.