-
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] Refactor remote routing table service to implement remote objects #14862
Conversation
❌ Gradle check result for 3fed8d4: 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 314c182: 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 8e75472: 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 8e75472: 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? |
…te state interfaces (opensearch-project#14668) Signed-off-by: Arpit Bandejiya <[email protected]>
@Arpit-Bandejiya does this need to be backported to 2.16? If so please add that label. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14862 +/- ##
============================================
+ Coverage 71.45% 71.58% +0.12%
- Complexity 62465 62492 +27
============================================
Files 5107 5107
Lines 293633 293561 -72
Branches 42779 42775 -4
============================================
+ Hits 209821 210132 +311
+ Misses 66198 65792 -406
- Partials 17614 17637 +23 ☔ View full report in Codecov by Sentry. |
…te state interfaces (#14668) (#14862) Signed-off-by: Arpit Bandejiya <[email protected]> (cherry picked from commit 61ca56e) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…te state interfaces (opensearch-project#14668) (opensearch-project#14862) Signed-off-by: Arpit Bandejiya <[email protected]> Signed-off-by: kkewwei <[email protected]>
[Backport 2.x] Refactor remote routing table service to implement remote objects (#14668)
Description
[Describe what this change achieves]
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.