Uh oh!
There was an error while loading. Please reload this page.
[fix](stream loader) do not redirect to https for stream load - #50009
Merged
Conversation
hello-stephen
commented
Apr 14, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
englefly
commented
Apr 14, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 14, 2025
TPC-H: Total hot run time: 34183 ms |
doris-robot
commented
Apr 14, 2025
TPC-DS: Total hot run time: 192747 ms |
doris-robot
commented
Apr 14, 2025
ClickBench: Total hot run time: 31.27 s |
englefly
commented
Apr 15, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 15, 2025
TPC-H: Total hot run time: 34057 ms |
doris-robot
commented
Apr 15, 2025
TPC-DS: Total hot run time: 192622 ms |
doris-robot
commented
Apr 15, 2025
ClickBench: Total hot run time: 30.76 s |
englefly
marked this pull request as ready for review
April 22, 2025 00:23
englefly
commented
Apr 22, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 22, 2025
TPC-H: Total hot run time: 33892 ms |
doris-robot
commented
Apr 22, 2025
TPC-DS: Total hot run time: 192707 ms |
doris-robot
commented
Apr 22, 2025
ClickBench: Total hot run time: 29.67 s |
| } | ||
| } | ||
| } | ||
| if (needRedirect(request.getScheme())) { |
Uh oh!
There was an error while loading. Please reload this page.
englefly
commented
Apr 25, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 25, 2025
TPC-H: Total hot run time: 34109 ms |
doris-robot
commented
Apr 25, 2025
TPC-DS: Total hot run time: 186506 ms |
doris-robot
commented
Apr 25, 2025
ClickBench: Total hot run time: 29.58 s |
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
starocean999
approved these changes
May 7, 2025
koarz pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…#50009) ### What problem does this PR solve? auditlog stream load plugin does not work when https is enabled. The reason is when https is enabled, LoadAction will add an extra redirection(from http to https), which breaks the process of audit plugin.
16 tasks
morrySnow pushed a commit
that referenced
this pull request
Jun 20, 2025
16 tasks
yiguolei added a commit
to yiguolei/incubator-doris
that referenced
this pull request
Dec 19, 2025
…oad apache#50009 (apache#5146) ## Proposed changes pick apache#50009 Issue Number: close #xxx <!--Describe your changes.-->
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.
What problem does this PR solve?
auditlog stream load plugin does not work when https is enabled.
The reason is when https is enabled, LoadAction will add an extra redirection(from http to https), which breaks the process of audit plugin.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)