-
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] Initial commit for RemoteRoutingTableService setup (#13304) #14026
Conversation
❌ Gradle check result for 9ca49a0: 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 d8fe323: 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 9bd1776: 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 1e9e04c: 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 still failing for flaky test #13711 |
❌ Gradle check result for 2a2ee68: 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 0a59f3d: 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 caddb65: 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 5c0841a: 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? |
Failed flaky test #13828 |
❌ Gradle check result for e52f5a2: 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 7505b6a: 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? |
…etup (opensearch-project#13304) * Initial commit for RemoteRoutingTableService setup Signed-off-by: Himshikha Gupta <[email protected]> (cherry picked from commit 5121409)
❌ Gradle check result for ab94bbf: 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]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14026 +/- ##
============================================
+ Coverage 71.28% 71.41% +0.12%
- Complexity 60145 61582 +1437
============================================
Files 4957 5053 +96
Lines 282799 289326 +6527
Branches 41409 42244 +835
============================================
+ Hits 201591 206612 +5021
- Misses 64189 65266 +1077
- Partials 17019 17448 +429 ☔ View full report in Codecov by Sentry. |
…ensearch-project#13304) (opensearch-project#14026) * [Remote Routing Table] Introducing RemoteRoutingTableService (opensearch-project#13304) Signed-off-by: Himshikha Gupta <[email protected]> Signed-off-by: kkewwei <[email protected]>
Backport for #13304 .
[Remote Routing Table] Initial commit for RemoteRoutingTableService setup (#13304)
Signed-off-by: Himshikha Gupta [email protected]
(cherry picked from commit 5121409)
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.