[pipelineX](fix) Fix runtime filter dependency DCHECK failed#30038
Merged
Gabriel39 merged 1 commit intoapache:masterfrom Jan 17, 2024
Merged
[pipelineX](fix) Fix runtime filter dependency DCHECK failed#30038Gabriel39 merged 1 commit intoapache:masterfrom
Gabriel39 merged 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
run buildall |
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 38667 ms |
TPC-DS: Total hot run time: 177171 ms |
ClickBench: Total hot run time: 30.89 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
BiteTheDDDDt
approved these changes
Jan 17, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
zhangstar333
approved these changes
Jan 17, 2024
yiguolei
approved these changes
Jan 17, 2024
yiguolei
pushed a commit
that referenced
this pull request
Jan 18, 2024
hello-stephen
pushed a commit
to hello-stephen/doris
that referenced
this pull request
Jan 19, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
F20240116 16:59:52.623409 776139 pipeline_x_task.cpp:207] Check failed: false QueryId: 7b0ba0fbdc9c4cb6-9c163ded1e6df216
InstanceId: 7b0ba0fbdc9c4cb6-9c163ded1e6df233
PipelineTask[this = 0x7facd2b2a700, state = RUNNABLE, data state = 0, dry run = false, elapse time = 10133863ns], block dependency = NULL, is running = true
operators:
OLAP_SCAN_OPERATOR: id=2, parallel_tasks=8
LOCAL_EXCHANGE_SINK_OPERATOR (PASSTHROUGH): id=-6
Read Dependency Information:
0. ScanDependency: id=2, block task = 0, ready=false, _scanner_done = false
Write Dependency Information:
Runtime Filter Dependency Information:
Finish Dependency Information:
*** Check failure stack trace: ***
@ 0x5588d0de0d66 google::LogMessage::SendToLog()
@ 0x5588d0ddd7b0 google::LogMessage::Flush()
@ 0x5588d0de15a9 google::LogMessageFatal::~LogMessageFatal()
@ 0x5588d0db2024 doris::pipeline::PipelineXTask::_open()
@ 0x5588d0db228b doris::pipeline::PipelineXTask::execute()
@ 0x5588d0dbc949 doris::pipeline::TaskScheduler::_do_work()
@ 0x5588c8231648 doris::ThreadPool::dispatch_thread()
@ 0x5588c8226ce1 doris::Thread::supervise_thread()
@ 0x7fb670c93609 start_thread
@ 0x7fb670f40133 clone
@ (nil) (unknown)
*** Query id: 7b0ba0fbdc9c4cb6-9c163ded1e6df216 ***
*** tablet id: 0 ***
*** Aborted at 1705395593 (unix time) try "date -d @1705395593" if you are using GNU date ***
*** Current BE git commitID: 3f22c79 ***
*** SIGABRT unknown detail explain (@0xbd692) received by PID 775826 (TID 776139 OR 0x7fb5d2ace700) from PID 775826; stack trace: ***
0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_master/doris/be/src/common/signal_handler.h:417
1# 0x00007FB670E64090 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# 0x00005588D0DEB57D in /mnt/hdd01/ci/master-deploy/be/lib/doris_be
5# 0x00005588D0DDDC7A 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::pipeline::PipelineXTask::_open() at /home/zcp/repo_center/doris_master/doris/be/src/pipeline/pipeline_x/pipeline_x_task.cpp:207
10# doris::pipeline::PipelineXTask::execute(bool*) at /home/zcp/repo_center/doris_master/doris/be/src/pipeline/pipeline_x/pipeline_x_task.cpp:244
11# doris::pipeline::TaskScheduler::_do_work(unsigned long) at /home/zcp/repo_center/doris_master/doris/be/src/pipeline/task_scheduler.cpp:286
12# doris::ThreadPool::dispatch_thread() in /mnt/hdd01/ci/master-deploy/be/lib/doris_be
13# doris::Thread::supervise_thread(void*) at /home/zcp/repo_center/doris_master/doris/be/src/util/thread.cpp:499
14# start_thread at /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:478
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...