mrhhsg opened a new pull request, #49701: URL: https://github.com/apache/doris/pull/49701
### What problem does this PR solve? The `inner_runtime_state` will be replaced in probe phase for spilling cases, and the finish dependency will be released. ``` *** SIGABRT unknown detail explain (@0x21c4) received by PID 8644 (TID 10986 OR 0x7f68dc440640) from PID 8644; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /root/doris/be/src/common/signal_handler.h:421 1# 0x00007F6CBA242520 in /lib/x86_64-linux-gnu/libc.so.6 2# pthread_kill at ./nptl/pthread_kill.c:89 3# raise at ../sysdeps/posix/raise.c:27 4# abort at ./stdlib/abort.c:81 5# _nl_load_domain at ./intl/loadmsgcat.c:1177 6# 0x00007F6CBA239E96 in /lib/x86_64-linux-gnu/libc.so.6 7# pthread_mutex_lock at ./nptl/pthread_mutex_lock.c:139 8# doris::pipeline::PipelineTask::terminate() at /root/doris/be/src/pipeline/pipeline_task.cpp:316 9# doris::pipeline::Pipeline::make_all_runnable() in /mnt/hdd01/ci/doris-deploy-master-local/be/lib/doris_be 10# doris::pipeline::PipelineFragmentContext::decrement_running_task(unsigned int) at /root/doris/be/src/pipeline/pipeline_fragment_context.cpp:1781 11# doris::Defer::~Defer() at /root/doris/be/src/util/defer_op.h:37 12# doris::pipeline::TaskScheduler::_do_work(int) at /root/doris/be/src/pipeline/task_scheduler.cpp:166 13# doris::ThreadPool::dispatch_thread() at /root/doris/be/src/util/threadpool.cpp:623 14# doris::Thread::supervise_thread(void*) at /root/doris/be/src/util/thread.cpp:499 15# start_thread at ./nptl/pthread_create.c:442 16# 0x00007F6CBA326850 at ../sysdeps/unix/sysv/linux/x86_64/clone3.S: ``` Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: https://github.com/apache/doris-website/pull/1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into --> -- 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