liaoxin01 opened a new pull request, #55742:
URL: https://github.com/apache/doris/pull/55742

   ### What problem does this PR solve?
   
   Issue Number: close #xxx
   
   Related PR: #54395
   
   Problem Summary:
   
   During schema change, new tablet may have some later version empty rowsets 
without resource_id, but middle rowsets get resource_id after historical 
rowsets are converted. We need to iterate backwards to find a rowset with 
non-empty resource_id.
   
   02:59:22   *** SIGABRT unknown detail explain (@0x3fba19) received by PID 
4176409 (TID 4176919 OR 0x7bf108742700) from PID 4176409; stack trace: ***
   02:59:22    0# doris::signal::(anonymous 
namespace)::FailureSignalHandler(int, siginfo_t*, void*) at 
/root/doris/be/src/common/signal_handler.h:420
   02:59:22    1# 0x00007FF4491FA420 in /lib/x86_64-linux-gnu/libpthread.so.0
   02:59:22    2# raise at ../sysdeps/unix/sysv/linux/raise.c:51
   02:59:22    3# abort at /build/glibc-SzIz7B/glibc-2.31/stdlib/abort.c:81
   02:59:22    4# 0x000055907358D285 in 
/home/work/unlimit_teamcity/TeamCity/Agents/20250903194337agent_172.16.0.6_1/work/60183217f6ee2a9c/output/be/lib/doris_be
   02:59:22    5# 0x000055907357EB3A in 
/home/work/unlimit_teamcity/TeamCity/Agents/20250903194337agent_172.16.0.6_1/work/60183217f6ee2a9c/output/be/lib/doris_be
   02:59:22    6# google::LogMessage::SendToLog() in 
/home/work/unlimit_teamcity/TeamCity/Agents/20250903194337agent_172.16.0.6_1/work/60183217f6ee2a9c/output/be/lib/doris_be
   02:59:22    7# google::LogMessage::Flush() in 
/home/work/unlimit_teamcity/TeamCity/Agents/20250903194337agent_172.16.0.6_1/work/60183217f6ee2a9c/output/be/lib/doris_be
   02:59:22    8# google::LogMessageFatal::~LogMessageFatal() in 
/home/work/unlimit_teamcity/TeamCity/Agents/20250903194337agent_172.16.0.6_1/work/60183217f6ee2a9c/output/be/lib/doris_be
   02:59:22    9# 
doris::cloud::CloudMetaMgr::check_table_size_correctness(doris::RowsetMeta 
const&) at /root/doris/be/src/cloud/cloud_meta_mgr.cpp:1862
   02:59:22   10# doris::cloud::CloudMetaMgr::commit_rowset(doris::RowsetMeta&, 
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&, std::shared_ptr<doris::RowsetMeta>*) in 
/home/work/unlimit_teamcity/TeamCity/Agents/20250903194337agent_172.16.0.6_1/work/60183217f6ee2a9c/output/be/lib/doris_be
   02:59:22   11# doris::CloudCompactionMixin::execute_compact_impl(long) at 
/root/doris/be/src/olap/compaction.cpp:1500
   02:59:22   12# doris::CloudCompactionMixin::execute_compact() at 
/root/doris/be/src/olap/compaction.cpp:1521
   02:59:22   13# doris::CloudCumulativeCompaction::execute_compact() at 
/root/doris/be/src/cloud/cloud_cumulative_compaction.cpp:203
   02:59:22   14# std::_Function_handler<void (), 
doris::CloudStorageEngine::_submit_cumulative_compaction_task(std::shared_ptr<doris::CloudTablet>
 
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to