[fix](cloud)Fix read from peer use thread pool not asyncio#57587
Merged
hello-stephen merged 1 commit intoapache:masterfrom Nov 2, 2025
Merged
[fix](cloud)Fix read from peer use thread pool not asyncio#57587hello-stephen merged 1 commit intoapache:masterfrom
hello-stephen merged 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
run buildall |
aa47587 to
9b025b9
Compare
Contributor
Author
|
run buildall |
ClickBench: Total hot run time: 27.97 s |
Contributor
FE UT Coverage ReportIncrement line coverage |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
FE Regression Coverage ReportIncrement line coverage |
gavinchou
reviewed
Nov 1, 2025
| if (type == PFetchPeerDataRequest_Type_PEER_FILE_RANGE) { | ||
| status = handle_peer_file_range_request(path, response); | ||
| } else if (type == PFetchPeerDataRequest_Type_PEER_FILE_CACHE_BLOCK) { | ||
| status = handle_peer_file_cache_block_request(request, response); |
Contributor
There was a problem hiding this comment.
handle_peer_file_cache_block_request
and
handle_peer_file_range_request
can be a function
Contributor
There was a problem hiding this comment.
process type in that function
gavinchou
approved these changes
Nov 1, 2025
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
deardeng
added a commit
to deardeng/incubator-doris
that referenced
this pull request
Nov 7, 2025
) Related PR: apache#56384 modify the `enable_cache_read_from_peer` configuration from false to true.
morrySnow
pushed a commit
that referenced
this pull request
Nov 7, 2025
deardeng
added a commit
to deardeng/incubator-doris
that referenced
this pull request
Dec 12, 2025
) Related PR: apache#56384 modify the `enable_cache_read_from_peer` configuration from false to true.
deardeng
added a commit
to deardeng/incubator-doris
that referenced
this pull request
Dec 12, 2025
) Related PR: apache#56384 modify the `enable_cache_read_from_peer` configuration from false to true.
deardeng
added a commit
to deardeng/incubator-doris
that referenced
this pull request
Dec 18, 2025
) Related PR: apache#56384 modify the `enable_cache_read_from_peer` configuration from false to true.
yiguolei
pushed a commit
that referenced
this pull request
Dec 22, 2025
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.
Related PR:
#56384 modify the
enable_cache_read_from_peerconfiguration from false to true.