-
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] Implement write and read flow for shard diff file. #14915
Conversation
❌ Gradle check result for ef4c0e3: 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 5bdd3df: 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 a8438c6: 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? |
…ile (opensearch-project#14684) * Implement write and read flow to upload/download shard diff file. Signed-off-by: Shailendra Singh <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you update the description with the typical message that is added to backport PRs. You can refer other manual backport PRs.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14915 +/- ##
============================================
+ Coverage 71.52% 71.54% +0.01%
- Complexity 62546 62637 +91
============================================
Files 5110 5120 +10
Lines 293684 294251 +567
Branches 42800 42876 +76
============================================
+ Hits 210063 210515 +452
- Misses 65978 66003 +25
- Partials 17643 17733 +90 ☔ View full report in Codecov by Sentry. |
…ile (#14684) (#14915) * Implement write and read flow to upload/download shard diff file. Signed-off-by: Shailendra Singh <[email protected]> (cherry picked from commit 39da9bd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ile (opensearch-project#14684) (opensearch-project#14915) * Implement write and read flow to upload/download shard diff file. Signed-off-by: Shailendra Singh <[email protected]> Signed-off-by: kkewwei <[email protected]>
Backport f85a58f from #14684