Mryange opened a new pull request, #33856: URL: https://github.com/apache/doris/pull/33856
## Proposed changes It's possible that a failure in the fe caused the check to fail, and at that moment, it may not be possible to retrieve the corresponding query ID from be.out. like this ``` *** Query id: 0-0 *** *** is nereids: 0 *** *** tablet id: 0 *** *** Aborted at 1713359077 (unix time) try "date -d @1713359077" if you are using GNU date *** *** Current BE git commitID: ac1ac6cb3b *** *** SIGABRT unknown detail explain (@0x283f) received by PID 10303 (TID 10826 OR 0x7f29fdab9700) from PID 10303; stack trace: *** @ 0x55f7435c082f std::_Function_handler<>::_M_invoke() @ 0x55f73f1342a7 std::function<>::operator()() @ 0x55f73f1342a7 std::function<>::operator()() @ 0x55f743559f74 doris::Thread::supervise_thread() @ 0x7f2cdbeb3609 start_thread @ 0x7f2cdc160133 clone @ (nil) (unknown) @ 0x55f743559f74 doris::Thread::supervise_thread() @ 0x7f2cdbeb3609 start_thread @ 0x7f2cdc160133 clone @ (nil) (unknown) 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_master/doris/be/src/common/signal_handler.h:421 1# 0x00007F2CDC084090 in /lib/x86_64-linux-gnu/libc.so.6 2# raise at ../sysdeps/unix/sysv/linux/raise.c:51 3# abort at /build/glibc-SzIz7B/glibc-2.31/stdlib/abort.c:81 4# 0x000055F773230EAD in /mnt/hdd01/ci/master-deploy/be/lib/doris_be 5# 0x000055F77322354A in /mnt/hdd01/ci/master-deploy/be/lib/doris_be 6# google::LogMessage::SendToLog() in /mnt/hdd01/ci/master-deploy/be/lib/doris_be 7# google::LogMessage::Flush() in /mnt/hdd01/ci/master-deploy/be/lib/doris_be 8# google::LogMessageFatal::~LogMessageFatal() in /mnt/hdd01/ci/master-deploy/be/lib/doris_be 9# doris::ExecNode::ExecNode(doris::ObjectPool*, doris::TPlanNode const&, doris::DescriptorTbl const&) in /mnt/hdd01/ci/master-deploy/be/lib/doris_be ``` <!--Describe your changes.--> ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org