Uh oh!
There was an error while loading. Please reload this page.
[fix](connection)Fix kill connection will make current connection killed - #55809
Conversation
Thearas
commented
Sep 9, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
zddr
commented
Sep 9, 2025
run buildall |
doris-robot
commented
Sep 9, 2025
TPC-H: Total hot run time: 34493 ms |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
hello-stephen
commented
Sep 9, 2025
FE Regression Coverage ReportIncrement line coverage |
zddr
commented
Sep 9, 2025
run p0 |
zddr
commented
Sep 9, 2025
run cloud_p0 |
zddr
commented
Sep 9, 2025
run performance |
hello-stephen
commented
Sep 9, 2025
FE Regression Coverage ReportIncrement line coverage |
doris-robot
commented
Sep 9, 2025
TPC-H: Total hot run time: 34895 ms |
hello-stephen
commented
Sep 9, 2025
FE Regression Coverage ReportIncrement line coverage |
zddr
commented
Sep 10, 2025
run buildall |
hello-stephen
commented
Sep 10, 2025
FE UT Coverage ReportIncrement line coverage |
doris-robot
commented
Sep 10, 2025
TPC-H: Total hot run time: 34990 ms |
doris-robot
commented
Sep 10, 2025
TPC-DS: Total hot run time: 189760 ms |
doris-robot
commented
Sep 10, 2025
ClickBench: Total hot run time: 29.62 s |
hello-stephen
commented
Sep 10, 2025
FE Regression Coverage ReportIncrement line coverage |
2 similar comments
hello-stephen
commented
Sep 10, 2025
FE Regression Coverage ReportIncrement line coverage |
hello-stephen
commented
Sep 10, 2025
FE Regression Coverage ReportIncrement line coverage |
zddr
commented
Sep 10, 2025
run p0 |
Uh oh!
There was an error while loading. Please reload this page.
hello-stephen
commented
Sep 10, 2025
FE Regression Coverage ReportIncrement line coverage |
…nection kil… (apache#5151) …led (apache#55809) pick: apache#55809
…led (apache#55809) kill connection should not call `threadLocalInfo.remove();`,it will make current thread `getConnection` is null The current historical legacy issue: after killing the connection, it is not possible to execute threadLocalInfo. remove() on the corresponding thread; Resulting in more memory usage Related PR: apache#55008 # Conflicts: # fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java # fe/fe-core/src/main/java/org/apache/doris/service/arrowflight/sessions/FlightSqlConnectContext.java
…led (apache#55809) kill connection should not call `threadLocalInfo.remove();`,it will make current thread `getConnection` is null The current historical legacy issue: after killing the connection, it is not possible to execute threadLocalInfo. remove() on the corresponding thread; Resulting in more memory usage Related PR: apache#55008 # Conflicts: # fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java # fe/fe-core/src/main/java/org/apache/doris/service/arrowflight/sessions/FlightSqlConnectContext.java
…tion killed (apache#55809)" This reverts commit 74aa052.
…nection kil… (apache#5149) …led (apache#55809) pick: apache#55809
What problem does this PR solve?
kill connection should not call
threadLocalInfo.remove();,it will make current threadgetConnectionis nullThe current historical legacy issue: after killing the connection, it is not possible to execute threadLocalInfo. remove() on the corresponding thread; Resulting in more memory usage
Related PR: #55008
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)