Uh oh!
There was an error while loading. Please reload this page.
[fix](temp_table) alive session id set should be thread safe - #55315
Merged
Conversation
morrySnow
requested review from
CalvinKirs, dataroaring and morningman
as code ownersAugust 26, 2025 10:08
morrySnow
commented
Aug 26, 2025
ContributorAuthor
run buildall |
hello-stephen
commented
Aug 26, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
doris-robot
commented
Aug 26, 2025
TPC-H: Total hot run time: 33674 ms |
doris-robot
commented
Aug 26, 2025
TPC-DS: Total hot run time: 185091 ms |
doris-robot
commented
Aug 26, 2025
ClickBench: Total hot run time: 32.17 s |
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.
github-actionsBot
pushed a commit
that referenced
this pull request
Aug 27, 2025
### What problem does this PR solve? Related PR: ##40680 Problem Summary: java.lang.NullPointerException: Cannot invoke "String.getBytes(java.nio.charset.Charset)" because "str" is null at org.apache.thrift.protocol.TBinaryProtocol.writeString(TBinaryProtocol.java:227) ~[libthrift-0.16.0.jar:0.16.0] at org.apache.doris.thrift.TFrontendReportAliveSessionResult$TFrontendReportAliveSessionResultStandardScheme.write(TFrontendReportAliveSessionResult.java:577) ~[fe-common-1.2-SNAPSHOT.jar:1.2-SNAPSHOT] at org.apache.doris.thrift.TFrontendReportAliveSessionResult$TFrontendReportAliveSessionResultStandardScheme.write(TFrontendReportAliveSessionResult.java:500) ~[fe-common-1.2-SNAPSHOT.jar:1.2-SNAPSHOT] at org.apache.doris.thrift.TFrontendReportAliveSessionResult.write(TFrontendReportAliveSessionResult.java:429) ~[fe-common-1.2-SNAPSHOT.jar:1.2-SNAPSHOT] at org.apache.doris.thrift.FrontendService$getAliveSessions_result$getAliveSessions_resultStandardScheme.write(FrontendService.java:33897) ~[fe-common-1.2-SNAPSHOT.jar:1.2-SNAPSHOT] at org.apache.doris.thrift.FrontendService$getAliveSessions_result$getAliveSessions_resultStandardScheme.write(FrontendService.java:33859) ~[fe-common-1.2-SNAPSHOT.jar:1.2-SNAPSHOT] at org.apache.doris.thrift.FrontendService$getAliveSessions_result.write(FrontendService.java:33810) ~[fe-common-1.2-SNAPSHOT.jar:1.2-SNAPSHOT] at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:58) ~[libthrift-0.16.0.jar:0.16.0] at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:38) ~[libthrift-0.16.0.jar:0.16.0] at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:250) ~[libthrift-0.16.0.jar:0.16.0] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?]
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?
Related PR: ##40680
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)