Adding changes to support async fetch blob for transfer manager#18754
Merged
gbbafna merged 3 commits intoopensearch-project:mainfrom Jul 28, 2025
Merged
Adding changes to support async fetch blob for transfer manager#18754gbbafna merged 3 commits intoopensearch-project:mainfrom
gbbafna merged 3 commits intoopensearch-project:mainfrom
Conversation
Contributor
|
❌ Gradle check result for 9edc124: 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? |
gbbafna
reviewed
Jul 17, 2025
server/src/main/java/org/opensearch/index/store/remote/filecache/CachedIndexInput.java
Outdated
Show resolved
Hide resolved
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
9edc124 to
770f640
Compare
Contributor
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #18754 +/- ##
============================================
- Coverage 72.79% 72.78% -0.02%
+ Complexity 68627 68602 -25
============================================
Files 5572 5573 +1
Lines 315196 315232 +36
Branches 45750 45753 +3
============================================
- Hits 229454 229434 -20
- Misses 67153 67198 +45
- Partials 18589 18600 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gbbafna
reviewed
Jul 24, 2025
server/src/main/java/org/opensearch/index/store/remote/utils/TransferManager.java
Outdated
Show resolved
Hide resolved
rayshrey
reviewed
Jul 24, 2025
server/src/main/java/org/opensearch/index/store/remote/filecache/CachedIndexInput.java
Show resolved
Hide resolved
server/src/main/java/org/opensearch/index/store/remote/utils/TransferManager.java
Outdated
Show resolved
Hide resolved
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
Show resolved
Hide resolved
server/src/test/java/org/opensearch/index/store/remote/utils/TransferManagerTestCase.java
Outdated
Show resolved
Hide resolved
server/src/test/java/org/opensearch/index/store/remote/utils/TransferManagerTestCase.java
Outdated
Show resolved
Hide resolved
server/src/test/java/org/opensearch/index/store/remote/utils/TransferManagerTestCase.java
Show resolved
Hide resolved
bfe17b6 to
ee3a163
Compare
1 task
Member
|
@ajaymovva I think #18832 will fix the compatibility failure here. |
Contributor
|
❕ Gradle check result for ee3a163: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
This was referenced Jul 25, 2025
added 2 commits
July 28, 2025 12:55
Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
gbbafna
reviewed
Jul 28, 2025
server/src/main/java/org/opensearch/index/store/remote/utils/TransferManager.java
Show resolved
Hide resolved
gbbafna
approved these changes
Jul 28, 2025
ee3a163 to
f6753e6
Compare
f6753e6 to
374658d
Compare
Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
374658d to
8c627c8
Compare
Contributor
rayshrey
approved these changes
Jul 28, 2025
This was referenced Jul 28, 2025
tandonks
pushed a commit
to tandonks/OpenSearch
that referenced
this pull request
Aug 5, 2025
…search-project#18754) Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
vinaykpud
pushed a commit
to vinaykpud/OpenSearch
that referenced
this pull request
Sep 26, 2025
…search-project#18754) Signed-off-by: Ajay Kumar Movva <movvaam@amazon.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adding changes to support async fetch blob for transfer manage
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.