-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug](http-api) fix core dump on API check_rpc_channel coz exec_env not init #39520
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
f5183bb
to
e05dd47
Compare
e05dd47
to
01b857d
Compare
run buildall |
TPC-H: Total hot run time: 37786 ms
|
TPC-DS: Total hot run time: 196713 ms
|
01b857d
to
211a7ae
Compare
ClickBench: Total hot run time: 31.45 s
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
211a7ae
to
70911ad
Compare
run buildall |
TPC-H: Total hot run time: 38004 ms
|
run buildall |
TPC-H: Total hot run time: 38219 ms
|
TPC-DS: Total hot run time: 195522 ms
|
ClickBench: Total hot run time: 31.51 s
|
…ot init (#39520) ## Proposed changes Issue Number: close #39519 Initialised the exec_env in code and verified again. no crash [root@vallish-ThinkPad-T14s-Gen-2i doris]# !curl **curl http://127.0.0.1:8040/api/check_rpc_channel/127.0.0.1/8060/1024000 open brpc connection to 127.0.0.1:8060 success.**
Proposed changes
Issue Number: close #39519
Initialised the exec_env in code and verified again. no crash
[root@vallish-ThinkPad-T14s-Gen-2i doris]# !curl
curl http://127.0.0.1:8040/api/check_rpc_channel/127.0.0.1/8060/1024000
open brpc connection to 127.0.0.1:8060 success.