-
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][Remote Routing Table] Add write flow for remote routing table (#13870) #14160
[Backport 2.x][Remote Routing Table] Add write flow for remote routing table (#13870) #14160
Conversation
…earch-project#13870) * Introduce RemoteRoutingTableService for shard routing table management Signed-off-by: Himshikha Gupta <[email protected]> Co-authored-by: Bukhtawar Khan <[email protected]> Co-authored-by: Arpit Bandejiya <[email protected]>
❌ Gradle check result for 8b36f07: 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? |
Signed-off-by: Himshikha Gupta <[email protected]>
Signed-off-by: Himshikha Gupta <[email protected]>
❌ Gradle check result for fc4770c: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14160 +/- ##
============================================
+ Coverage 71.28% 71.44% +0.16%
- Complexity 60145 61864 +1719
============================================
Files 4957 5074 +117
Lines 282799 290566 +7767
Branches 41409 42348 +939
============================================
+ Hits 201591 207606 +6015
- Misses 64189 65489 +1300
- Partials 17019 17471 +452 ☔ View full report in Codecov by Sentry. |
…g table (opensearch-project#13870) (opensearch-project#14160) * [Remote Routing Table] Add write flow for remote routing table (opensearch-project#13870) * Introduce RemoteRoutingTableService for shard routing table management Signed-off-by: Himshikha Gupta <[email protected]> Co-authored-by: Bukhtawar Khan <[email protected]> Co-authored-by: Arpit Bandejiya <[email protected]> Signed-off-by: kkewwei <[email protected]>
Description
Backport for PR #13870
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.