-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](mow) Fix mow agg cache version check #55330
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
dataroaring
left a comment
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. |
|
run buildall |
TPC-H: Total hot run time: 33917 ms |
TPC-DS: Total hot run time: 185502 ms |
ClickBench: Total hot run time: 32.43 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
This reverts commit 6beac3f.
|
run buildall |
TPC-H: Total hot run time: 34015 ms |
TPC-DS: Total hot run time: 186721 ms |
ClickBench: Total hot run time: 32.96 s |
dataroaring
left a comment
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. |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
``` *** Query id: 0-0 *** *** is nereids: 0 *** *** tablet id: 0 *** *** Aborted at 1756116003 (unix time) try "date -d @1756116003" if you are using GNU date *** *** Current BE git commitID: 4e63c65 *** *** SIGSEGV address not mapped to object (@0x190) received by PID 5202 (TID 5685 OR 0x7ff37209a640) from PID 400; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/common/signal_handler.h:421 1# PosixSignals::chained_handler(int, siginfo*, void*) [clone .part.0] in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so 2# JVM_handle_linux_signal in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so 3# 0x00007FF49704E520 in /lib/x86_64-linux-gnu/libc.so.6 4# doris::TabletMeta::_check_mow_rowset_cache_version_size(unsigned long) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/olap/tablet_meta.cpp:1082 5# doris::TabletMeta::remove_rowset_delete_bitmap(doris::RowsetId const&, doris::Version const&) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/olap/tablet_meta.cpp:506 6# doris::CloudTablet::remove_unused_rowsets() at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/cloud/cloud_tablet.cpp:563 7# doris::CloudTabletMgr::vacuum_stale_rowsets(doris::CountDownLatch const&) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/cloud/cloud_tablet_mgr.cpp:286 8# std::_Function_handler<void (), doris::CloudStorageEngine::start_bg_threads()::$_1>::_M_invoke(std::_Any_data const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:291 9# doris::Thread::supervise_thread(void*) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/util/thread.cpp:499 ``` ### 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: apache/doris-website#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 -->
``` *** Query id: 0-0 *** *** is nereids: 0 *** *** tablet id: 0 *** *** Aborted at 1756116003 (unix time) try "date -d @1756116003" if you are using GNU date *** *** Current BE git commitID: 4e63c65 *** *** SIGSEGV address not mapped to object (@0x190) received by PID 5202 (TID 5685 OR 0x7ff37209a640) from PID 400; stack trace: *** 0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/common/signal_handler.h:421 1# PosixSignals::chained_handler(int, siginfo*, void*) [clone .part.0] in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so 2# JVM_handle_linux_signal in /usr/lib/jvm/java-17-openjdk-amd64/lib/server/libjvm.so 3# 0x00007FF49704E520 in /lib/x86_64-linux-gnu/libc.so.6 4# doris::TabletMeta::_check_mow_rowset_cache_version_size(unsigned long) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/olap/tablet_meta.cpp:1082 5# doris::TabletMeta::remove_rowset_delete_bitmap(doris::RowsetId const&, doris::Version const&) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/olap/tablet_meta.cpp:506 6# doris::CloudTablet::remove_unused_rowsets() at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/cloud/cloud_tablet.cpp:563 7# doris::CloudTabletMgr::vacuum_stale_rowsets(doris::CountDownLatch const&) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/cloud/cloud_tablet_mgr.cpp:286 8# std::_Function_handler<void (), doris::CloudStorageEngine::start_bg_threads()::$_1>::_M_invoke(std::_Any_data const&) at /var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:291 9# doris::Thread::supervise_thread(void*) at /mnt/disk3/pipeline/repo/selectdb-core_selectdb-second-branch/be/src/util/thread.cpp:499 ``` ### 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: apache/doris-website#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 -->
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)