-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [fix](mow) Fix mow agg cache version check #55330 #55475
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
Merged
+13
−19
Conversation
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
``` *** 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 -->
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
|
run buildall |
TPC-H: Total hot run time: 32944 ms |
TPC-DS: Total hot run time: 192657 ms |
ClickBench: Total hot run time: 29.47 s |
Contributor
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
morrySnow
approved these changes
Sep 4, 2025
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.
Cherry-picked from #55330