-
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] [Remote Routing Table] Initial commit for index routing table manifest #14066
[Backport 2.x] [Remote Routing Table] Initial commit for index routing table manifest #14066
Conversation
opensearch-project#13577) * Initial commit for index routing table manifest Co-authored-by: Bukhtawar Khan <bukhtawa@amazon.com> Co-authored-by: Himshikha Gupta <himshikh@amazon.com> Co-authored-by: Arpit Bandejiya <abandeji@amazon.com> (cherry picked from commit 7faae25) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Himshikha Gupta <himshikh@amazon.com>
❌ Gradle check result for 15b194e: 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? |
…7-to-2.x
❌ Gradle check result for eabd53a: 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? |
…7-to-2.x
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14066 +/- ##
============================================
+ Coverage 71.28% 71.46% +0.17%
- Complexity 60145 61584 +1439
============================================
Files 4957 5047 +90
Lines 282799 289133 +6334
Branches 41409 42220 +811
============================================
+ Hits 201591 206624 +5033
- Misses 64189 65086 +897
- Partials 17019 17423 +404 ☔ View full report in Codecov by Sentry. |
…g table manifest (opensearch-project#14066) * [Remote Routing Table] Remote Index routing table manifest (opensearch-project#13577) Co-authored-by: Bukhtawar Khan <bukhtawa@amazon.com> Co-authored-by: Himshikha Gupta <himshikh@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
Description
Backport for PR #13577
Automated PR for backport is failing with breaking changes test since we moved some public classes from core to libs. #14034
This PR has additional change to keep these classes in core only for 2.x
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.