Uh oh!
There was an error while loading. Please reload this page.
[branch-4.1][fix](load) Avoid global BE auth precheck for stream load (#66629) - #66924
Merged
Merged
Conversation
(cherry picked from commit bd12e5a)
gavinchou
commented
Aug 19, 2026
ContributorAuthor
run buildall |
gavinchou
commented
Aug 19, 2026
ContributorAuthor
/review |
hello-stephen
commented
Aug 19, 2026
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
Codex automated review failed and did not complete. Error: All Codex review accounts are usage-limited; earliest retry is 2026-08-20T03:35:00Z. Please trigger /review again after that time. |
yiguolei
approved these changes
Aug 20, 2026
yiguolei
commented
Aug 20, 2026
Contributor
skip buildall |
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Pick #66629 to branch-4.1.
Original PR: #66629
Cherry-picked from: bd12e5a
Backport note: branch-4.1 does not have
HttpRequest::mark_send_reply(), so the master-only call was dropped while resolvingstream_load.cpp.Validation:
sh format_code.shon the changed BE C++ filesninja -C be/ut_build_ASAN -j 39 doris_be_testdoris_be_test --gtest_filter=StreamLoadTest.*:HttpAuthTest.*(9 tests passed)