-
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] Implementation of RemoteWritableEntity for objects to uploaded to remote store #14098
[Backport 2.x] Implementation of RemoteWritableEntity for objects to uploaded to remote store #14098
Conversation
❌ Gradle check result for 959d17e: 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? |
959d17e
to
42a9994
Compare
❌ Gradle check result for 42a9994: 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? |
42a9994
to
fda2c08
Compare
❌ Gradle check result for fda2c08: 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? |
…ote store (opensearch-project#13834) * Implementation of RemoteWritableEntity for objects to uploaded to remote store Signed-off-by: Sooraj Sinha <[email protected]>
fda2c08
to
805beef
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14098 +/- ##
============================================
+ Coverage 71.28% 71.43% +0.14%
- Complexity 60145 61660 +1515
============================================
Files 4957 5060 +103
Lines 282799 289565 +6766
Branches 41409 42265 +856
============================================
+ Hits 201591 206841 +5250
- Misses 64189 65310 +1121
- Partials 17019 17414 +395 ☔ View full report in Codecov by Sentry. |
…ote store (opensearch-project#13834) (opensearch-project#14098) * Implementation of RemoteWritableEntity for objects to uploaded to remote store Signed-off-by: Sooraj Sinha <[email protected]> Signed-off-by: kkewwei <[email protected]>
Backport 49282c1 from #13834