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

   ### What problem does this PR solve?
   
   #48429 not completely fixed
   
   fix:
   ```
   thread_context.h:201] Check failed: is_attach_task() *** Check failure stack 
trace: ***    @     0x55baa6559996  google::LogMessage::SendToLog()    @     
0x55baa65563e0  google::LogMessage::Flush()    @     0x55baa655a1d9  
google::LogMessageFatal::~LogMessageFatal()    @     0x55ba9c250f71  
doris::SwitchResourceContext::SwitchResourceContext()    @     0x55ba9bb983e9  
doris::MemTableWriter::flush_async()    @     0x55ba9bb90040  
doris::MemTableMemoryLimiter::_flush_active_memtables()    @     0x55ba9bb8eea3 
 doris::MemTableMemoryLimiter::_handle_memtable_flush()    @     0x55ba9bb8e63c 
 doris::MemTableMemoryLimiter::handle_workload_group_memtable_flush()    @     
0x55ba9c15780e  doris::LoadChannelMgr::add_batch()    @     0x55ba9c2ce9a1  
std::_Function_handler<>::_M_invoke()    @     0x55ba9c2e8b2b  
doris::WorkThreadPool<>::work_thread()    @     0x55baa957fed0  
execute_native_thread_routine    @     0x7ff33bc91ac3  (unknown)    @     
0x7ff33bd23850  (unknown)    @              (n
 il)  (unknown)*** Query id: 7427761ba9d1470d-91c666c0d5bb756e ****** is 
nereids: 0 ****** tablet id: 0 ****** Aborted at 1741115991 (unix time) try 
"date -d @1741115991" if you are using GNU date ****** Current BE git commitID: 
09cbc482fb ****** SIGABRT unknown detail explain (@0x765d) received by PID 
30301 (TID 31028 OR 0x7ff1a0242640) from PID 30301; 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:421 1# 
0x00007FF33BC3F520 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# 0x000055BAA656426D in 
/mnt/hdd01/PERFORMANCE_ENV/be/lib/doris_be 6# 0x000055BAA65568AA in 
/mnt/hdd01/PERFORMANCE_ENV/be/lib/doris_be 7# google::LogMessage::SendToLog() 
in /mnt/hdd01/PERFORMANCE_ENV/be/lib/doris_be 8# google::LogMessage::Flush() in 
/mnt/hdd01/PERFORMANCE_ENV/be/lib/do
 ris_be 9# google::LogMessageFatal::~LogMessageFatal() in 
/mnt/hdd01/PERFORMANCE_ENV/be/lib/doris_be10# 
doris::SwitchResourceContext::SwitchResourceContext(std::shared_ptr<doris::ResourceContext>
 const&) in /mnt/hdd01/PERFORMANCE_ENV/be/lib/doris_be11# 
doris::MemTableWriter::flush_async() at 
/home/zcp/repo_center/doris_master/doris/be/src/olap/memtable_writer.cpp:16012# 
doris::MemTableMemoryLimiter::_flush_active_memtables(unsigned long, long) at 
/home/zcp/repo_center/doris_master/doris/be/src/olap/memtable_memory_limiter.cpp:26213#
 
doris::MemTableMemoryLimiter::_handle_memtable_flush(std::shared_ptr<doris::WorkloadGroup>)
 at 
/home/zcp/repo_center/doris_master/doris/be/src/olap/memtable_memory_limiter.cpp:17814#
 
doris::MemTableMemoryLimiter::handle_workload_group_memtable_flush(std::shared_ptr<doris::WorkloadGroup>)
 at 
/home/zcp/repo_center/doris_master/doris/be/src/olap/memtable_memory_limiter.cpp:13615#
 
   ``
   
   ### 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

Reply via email to