yinzhijian opened a new pull request, #13911: URL: https://github.com/apache/doris/pull/13911
# Proposed changes Issue Number: close #xxx ## Problem summary hash join with runtime filter may cause BE coredump ### coredump ``` *** SIGSEGV unkown detail explain (@0x0) received by PID 63967 (TID 0x7f634afe8700) from PID 0; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at be/src/common/signal_handler.h:420 1# 0x00007F65244C4920 in /lib64/libc.so.6 2# doris::ScopedTimer<doris::CustomStopWatch<1> >::UpdateCounter() at be/src/util/runtime_profile.h:556 3# doris::ScopedTimer<doris::CustomStopWatch<1> >::~ScopedTimer() at be/src/util/runtime_profile.h:566 4# doris::IRuntimeFilter::await() at be/src/exprs/runtime_filter.cpp:1200 5# doris::OlapScanNode::open(doris::RuntimeState*) at be/src/exec/olap_scan_node.cpp:255 6# doris::HashJoinNode::probe_side_open_thread(doris::RuntimeState*, std::promise<doris::Status>*) at be/src/exec/hash_join_node.cpp:188 7# void std::__invoke_impl<void, void (doris::HashJoinNode::*&)(doris::RuntimeState*, std::promise<doris::Status>*), doris::HashJoinNode*&, doris::RuntimeState*&, std::promise<doris::Status>*&>(std::__invoke_memfun_deref, void (doris::HashJoinNode::*&)(doris::RuntimeState*, std::promise<doris::Status>*), doris::HashJoinNode*&, doris::RuntimeState*&, std::promise<doris::Status>*&) at palo-toolchain/ldb_toolchain/include/c++/11/bits/invoke.h:74 8# std::__invoke_result<void (doris::HashJoinNode::*&)(doris::RuntimeState*, std::promise<doris::Status>*), doris::HashJoinNode*&, doris::RuntimeState*&, std::promise<doris::Status>*&>::type std::__invoke<void (doris::HashJoinNode::*&)(doris::RuntimeState*, std::promise<doris::Status>*), doris::HashJoinNode*&, doris::RuntimeState*&, std::promise<doris::Status>*&>(void (doris::HashJoinNode::*&)(doris::RuntimeState*, std::promise<doris::Status>*), doris::HashJoinNode*&, doris::RuntimeState*&, std::promise<doris::Status>*&) at palo-toolchain/ldb_toolchain/include/c++/11/bits/invoke.h:97 ``` ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [x] No - [ ] I don't know 2. Has unit tests been added: - [ ] Yes - [x] No - [ ] No Need 3. Has document been added or modified: - [ ] Yes - [ ] No - [x] No Need 4. Does it need to update dependencies: - [ ] Yes - [x] No 5. Are there any changes that cannot be rolled back: - [ ] Yes (If Yes, please explain WHY) - [x] No ## 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