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

   ### 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
   
   Doris 1.1.3
   
   ### What's Wrong?
   
   最近从Doris 1.1.1 升级到 1.1.3,发现BE偶有进程crash的问题,而且一般同时会出现多个节点这种情况,影响了用户的查询使用。
   经验证,但查询日志crash前后没有发现有大查询在进行
   be.out具体日志如下:
   *** Check failure stack trace: ***
       @     0x7f8f0ce8f30d  google::LogMessage::Fail()
       @     0x7f8f0ce91849  google::LogMessage::SendToLog()
       @     0x7f8f0ce8ee76  google::LogMessage::Flush()
       @     0x7f8f0ce91eb9  google::LogMessageFatal::~LogMessageFatal()
       @     0x7f8f0b8f1802  doris::OlapScanNode::transfer_thread()
       @     0x7f8f0effa5b0  execute_native_thread_routine
       @     0x7f8f0835fea5  start_thread
       @     0x7f8f086729fd  __clone
       @              (nil)  (unknown)
   *** Aborted at 1668652747 (unix time) try "date -d @1668652747" if you are 
using GNU date ***
   *** SIGABRT unkown detail explain (@0x3ed00001d5d) received by PID 7517 (TID 
0x7f8e3d125700) from PID 7517; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at /root/incubator-doris/be/src/common/signal_handler.h:420
    1# 0x00007F8F085AA450 in /lib64/libc.so.6
    2# raise in /lib64/libc.so.6
    3# __GI_abort in /lib64/libc.so.6
    4# google::ReadFromOffset(int, void*, unsigned long, long) [clone .cold] at 
src/symbolize.cc:146
    5# 0x00007F8F0CE8F30D at src/logging.cc:1650
    6# google::LogMessage::SendToLog() at src/logging.cc:1607
    7# google::LogMessage::Flush() at src/logging.cc:1477
    8# google::LogMessageFatal::~LogMessageFatal() at src/logging.cc:2227
    9# doris::OlapScanNode::transfer_thread(doris::RuntimeState*) at 
/root/incubator-doris/be/src/exec/olap_scan_node.cpp:1455
   10# execute_native_thread_routine in 
/usr/local/services/doris_be-1.13/lib/doris_be
   11# start_thread in /lib64/libpthread.so.0
   12# clone in /lib64/libc.so.6
   
   be.WARNING:
   F1117 10:39:07.270496 32748 olap_scan_node.cpp:1454] Failed to assign 
scanner task to thread pool! Thread pool token was shut down
   
   ### What You Expected?
   
   集群能够会更加稳定,减少不必要节点crash
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### 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: commits-unsubscr...@doris.apache.org.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