-
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
[enhancement](nereids)send is_nereids flag to be #31752
Conversation
Thank you for your contribution to Apache Doris. |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 38255 ms
|
TPC-DS: Total hot run time: 177693 ms
|
ClickBench: Total hot run time: 30.84 s
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
c8f03d3
to
a3219d6
Compare
run buildall |
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. |
…31981 (#41605) pick #31752 pick #31981 ``` *** Query id: 77433c763b14535-be989f185c71e240 *** *** is nereids: 0 *** *** tablet id: 0 *** *** Aborted at 1728464190 (unix time) try "date -d @1728464190" if you are using GNU date *** *** Current BE git commitID: eaaf726 *** *** SIGABRT unknown detail explain (@0x47000060661) received by PID 394849 (TID 395426 OR 0x7ff4a5f36700) from PID 394849; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk2/yanxuecheng/branch-2.0/doris/be/src/common/signal_handler.h:421 1# 0x00007FF6CED47B50 in /lib64/libc.so.6 2# gsignal in /lib64/libc.so.6 *** Query id: 1b3633126e640e0-b1f06a5bb6c0b1cc *** *** is nereids: 1 *** *** tablet id: 0 *** *** Aborted at 1728464469 (unix time) try "date -d @1728464469" if you are using GNU date *** *** Current BE git commitID: eaaf726 *** *** SIGABRT unknown detail explain (@0x4700006f5b8) received by PID 456120 (TID 456600 OR 0x7f72da8df700) from PID 456120; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk2/yanxuecheng/branch-2.0/doris/be/src/common/signal_handler.h:421 1# 0x00007F745021BB50 in /lib64/libc.so.6 ```
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...