Improve EC GET parallelism - #4101
Draft
cthulhu-rider wants to merge 2 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4101 +/- ##
==========================================
- Coverage 27.21% 27.19% -0.02%
==========================================
Files 676 676
Lines 46221 46257 +36
==========================================
+ Hits 12578 12580 +2
- Misses 32435 32469 +34
Partials 1208 1208 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
It's planned to modify concurrent code for multiple parts. This will allow to not touch the code of a simple corner case. Signed-off-by: Leonard Liubich <leonard@morphbits.io>
Previously, secondary EC data chunks were blocked until the first one was completely received and sent to the response stream. However, in the current implementation, only the first part's and parent payload lengths are required to request secondary chunks (using ranged GET). Both of these values are obtained from header of the first part received using GET. Therefore, secondary routines may not wait for first part's payload to be fully copied and be unlocked earlier. This acceleration will be more noticeable with the growth of the object size (and consequently its data parts). Signed-off-by: Leonard Liubich <leonard@morphbits.io>
cthulhu-rider
force-pushed
the
ec-get-parallel
branch
from
July 30, 2026 09:31
e44b28a to
6f866b8
Compare
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.
No description provided.