-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix fetchBlob in TransferManager to compute from file cache only if entry is not present #18661
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
base: main
Are you sure you want to change the base?
Fix fetchBlob in TransferManager to compute from file cache only if entry is not present #18661
Conversation
…ntry is not present Signed-off-by: Shreyansh Ray <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18661 +/- ##
============================================
+ Coverage 72.80% 72.83% +0.03%
+ Complexity 68437 68433 -4
============================================
Files 5563 5563
Lines 314174 314172 -2
Branches 45554 45555 +1
============================================
+ Hits 228726 228825 +99
+ Misses 66871 66817 -54
+ Partials 18577 18530 -47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
server/src/main/java/org/opensearch/index/store/remote/utils/TransferManager.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/store/remote/utils/TransferManager.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Shreyansh Ray <[email protected]>
❌ Gradle check result for c4f8e86: 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 3bc468c: 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? |
3bc468c
to
be3dccc
Compare
❌ Gradle check result for be3dccc: 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: Shreyansh Ray <[email protected]>
be3dccc
to
e280fe6
Compare
❌ Gradle check result for e280fe6: 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? |
Description
Fix fetchBlob in TransferManager to compute from file cache only if entry is not present
Related Issues
Resolves #18658
Check List
API changes companion pull request created, if applicable.Public documentation issue/PR created, if applicable.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.