kaijchen opened a new issue, #22860:
URL: https://github.com/apache/doris/issues/22860

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   master 0aa00026bb7563a40e4d056c368500940adb2945
   
   ### What's Wrong?
   
   ```
   F0811 09:55:54.408977 2077132 agent_group.h:132] Check failed: false Invalid 
id=-1
   *** Check failure stack trace: ***
   I0811 09:55:54.410992 2077916 data_dir.cpp:775] scan data dir path: 
/data/disk2/storage finished. path size: 0
       @     0x561a113dd6a9  google::LogMessageFatal::~LogMessageFatal()
   I0811 09:55:54.412675 2077919 data_dir.cpp:775] scan data dir path: 
/data/disk3/storage finished. path size: 0
       @     0x561a09bb7a8d  
bvar::detail::AgentGroup<>::get_or_create_tls_agent()
       @     0x561a09bb7828  
bvar::detail::AgentCombiner<>::get_or_create_tls_agent()
       @     0x561a0a556d47  doris::MemTrackerLimiter::~MemTrackerLimiter()
       @     0x561a09ba2584  
doris::MemTableMemoryLimiter::~MemTableMemoryLimiter()
       @     0x561a0a4cdef2  doris::ExecEnv::~ExecEnv()
       @     0x7fe1e2b198d7  (unknown)
       @     0x7fe1e2b19a90  exit
       @     0x561a09b4805c  main
       @     0x7fe1e2af70b3  __libc_start_main
       @     0x561a09b4602a  _start
       @              (nil)  (unknown)
   *** Query id: 0-0 ***
   *** Aborted at 1691718954 (unix time) try "date -d @1691718954" if you are 
using GNU date ***
   *** Current BE git commitID: 14fbb37384 ***
   *** SIGABRT unknown detail explain (@0x1fb1cc) received by PID 2077132 (TID 
2077132 OR 0x7fe1e2956d80) from PID 2077132; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at 
/mnt/disk1/chenkaijie/doris/be/src/common/signal_handler.h:413
    1# 0x00007FE1E2B160C0 in /lib/x86_64-linux-gnu/libc.so.6
    2# raise in /lib/x86_64-linux-gnu/libc.so.6
    3# abort in /lib/x86_64-linux-gnu/libc.so.6
    4# 0x0000561A113E3649 in /root/testload/doris-0811/be/lib/doris_be
    5# google::LogMessage::SendToLog() in 
/root/testload/doris-0811/be/lib/doris_be
    6# google::LogMessage::Flush() in /root/testload/doris-0811/be/lib/doris_be
    7# google::LogMessageFatal::~LogMessageFatal() in 
/root/testload/doris-0811/be/lib/doris_be
    8# bvar::detail::AgentGroup<bvar::detail::AgentCombiner<long, long, 
bvar::detail::AddTo<long> >::Agent>::get_or_create_tls_agent(int) at 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/bvar/detail/agent_group.h:136
    9# bvar::detail::AgentCombiner<long, long, bvar::detail::AddTo<long> 
>::get_or_create_tls_agent() at 
/mnt/disk1/chenkaijie/doris/thirdparty/installed/include/bvar/detail/combiner.h:297
   10# doris::MemTrackerLimiter::~MemTrackerLimiter() at 
/mnt/disk1/chenkaijie/doris/be/src/runtime/memory/mem_tracker_limiter.cpp:99
   11# doris::MemTableMemoryLimiter::~MemTableMemoryLimiter() at 
/mnt/disk1/chenkaijie/doris/be/src/olap/memtable_memory_limiter.cpp:52
   12# doris::ExecEnv::~ExecEnv() at 
/mnt/disk1/chenkaijie/doris/be/src/runtime/exec_env.cpp:26
   13# 0x00007FE1E2B198D7 in /lib/x86_64-linux-gnu/libc.so.6
   14# on_exit in /lib/x86_64-linux-gnu/libc.so.6
   15# main at /mnt/disk1/chenkaijie/doris/be/src/service/doris_main.cpp:389
   16# __libc_start_main in /lib/x86_64-linux-gnu/libc.so.6
   17# _start in /root/testload/doris-0811/be/lib/doris_be
   ```
   
   ### What You Expected?
   
   Should not core.
   
   ### How to Reproduce?
   
   Start BE, not 100% reproducible.
   
   ### Anything Else?
   
   Related to #22581
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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