Uh oh!
There was an error while loading. Please reload this page.
[feat](web)Adapted for Spring Boot 3 and Jetty 12 - #57710
Merged
Conversation
hello-stephen
commented
Nov 5, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
CalvinKirs
commented
Nov 5, 2025
MemberAuthor
run buildall |
CalvinKirs
commented
Nov 5, 2025
MemberAuthor
run buildall |
doris-robot
commented
Nov 5, 2025
TPC-DS: Total hot run time: 188693 ms |
doris-robot
commented
Nov 5, 2025
ClickBench: Total hot run time: 27.43 s |
CalvinKirs
commented
Nov 5, 2025
MemberAuthor
run buildall |
doris-robot
commented
Nov 5, 2025
TPC-DS: Total hot run time: 190077 ms |
doris-robot
commented
Nov 5, 2025
ClickBench: Total hot run time: 27.39 s |
CalvinKirs
commented
Nov 5, 2025
MemberAuthor
run buildall |
doris-robot
commented
Nov 5, 2025
TPC-DS: Total hot run time: 189171 ms |
doris-robot
commented
Nov 5, 2025
ClickBench: Total hot run time: 27.86 s |
CalvinKirs
commented
Nov 5, 2025
MemberAuthor
run buildall |
doris-robot
commented
Nov 5, 2025
TPC-DS: Total hot run time: 190245 ms |
doris-robot
commented
Nov 5, 2025
ClickBench: Total hot run time: 27.32 s |
CalvinKirs
commented
Nov 5, 2025
MemberAuthor
run buildall |
doris-robot
commented
Nov 5, 2025
TPC-DS: Total hot run time: 189701 ms |
doris-robot
commented
Nov 5, 2025
ClickBench: Total hot run time: 27.73 s |
hello-stephen
commented
Nov 5, 2025
Contributor
FE Regression Coverage ReportIncrement line coverage |
CalvinKirs
commented
Nov 6, 2025
MemberAuthor
run cloudp0 |
doris-robot
commented
Nov 6, 2025
ClickBench: Total hot run time: 27.53 s |
CalvinKirs
commented
Nov 6, 2025
MemberAuthor
run buildall |
CalvinKirs
commented
Nov 6, 2025
MemberAuthor
run feut |
doris-robot
commented
Nov 6, 2025
TPC-DS: Total hot run time: 189435 ms |
doris-robot
commented
Nov 6, 2025
ClickBench: Total hot run time: 27.76 s |
zy-kkk
approved these changes
Nov 6, 2025
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
morningman
approved these changes
Nov 7, 2025
Uh oh!
There was an error while loading. Please reload this page.
github-actionsBot
pushed a commit
that referenced
this pull request
Nov 7, 2025
Adapted for Spring Boot 3 and Jetty 12
CalvinKirs added a commit
to CalvinKirs/incubator-doris
that referenced
this pull request
Nov 7, 2025
…#57710) apache#57710 (cherry picked from commit 58b9123)
CalvinKirs added a commit
to CalvinKirs/incubator-doris
that referenced
this pull request
Nov 7, 2025
branch-3.1: [feat](web)Adapted for Spring Boot 3 and Jetty 12 (apache#57710) apache#57710 (cherry picked from commit 58b9123)
morrySnow pushed a commit
that referenced
this pull request
Nov 9, 2025
wyxxxcat pushed a commit
to wyxxxcat/doris
that referenced
this pull request
Nov 18, 2025
Adapted for Spring Boot 3 and Jetty 12
16 tasks
gavinchou pushed a commit
that referenced
this pull request
Feb 28, 2026
Issue Number: close#60366 Related PR: #57710 Problem Summary: Apache Doris Frontend fails to start when enable_https=true with the following error: ``` java.lang.IllegalStateException: WebSocketComponents has not been created at org.eclipse.jetty.ee10.websocket.server.internal.DelegatedServerUpgradeRequest.getComponents(DelegatedServerUpgradeRequest.java:106) at org.eclipse.jetty.ee10.websocket.server.internal.DelegatedServerUpgradeRequest.getWebSocketComponents(DelegatedServerUpgradeRequest.java:125) ``` RCA for failure : Jetty 12 introduced strict lifecycle state validation for WebSocket initialization. Fix: ```Use Spring Boot's addServerCustomizers() hook which runs before the WebAppContext starts, combined with server.getDescendant(WebAppContext.class) to safely navigate Jetty 12's handler tree.```
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?
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)