hust-hhb opened a new pull request, #24952:
URL: https://github.com/apache/doris/pull/24952

   ## Proposed changes
   when be compaction core,  be.out will print tablet_id like this:
   
   start time: Wed 27 Sep 2023 02:12:36 PM CST
   SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in 
[jar:file:/root/huanghaibin/new/be/lib/java_extensions/preload-extensions/preload-extensions-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in 
[jar:file:/root/huanghaibin/new/be/lib/java_extensions/java-udf/java-udf-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in 
[jar:file:/root/huanghaibin/new/be/lib/hadoop_hdfs/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an 
explanation.
   SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory]
   Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library 
/root/huanghaibin/new/be/lib/hadoop_hdfs/native/libhadoop.so.1.0.0 which might 
have disabled stack guard. The VM will try to fix the stack guard now.
   It's highly recommended that you fix the library with 'execstack -c 
<libfile>', or link it with '-z noexecstack'.
   *** Query id: 0-0 ***
   *** tablet id: 10346 ***
   *** Aborted at 1695795175 (unix time) try "date -d @1695795175" if you are 
using GNU date ***
   *** Current BE git commitID: 05ac530e34 ***
   *** SIGSEGV address not mapped to object (@0x28) received by PID 2156884 
(TID 2157536 OR 0x7ff70bdd8700) from PID 40; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, 
siginfo_t*, void*) at 
/mnt/disk1/huanghaibin/hhb/tmp2/doris/be/src/common/signal_handler.h:417
    1# os::Linux::chained_handler(int, siginfo*, void*) in 
/root/huanghaibin/jdk1.8.0_131/jre/lib/amd64/server/libjvm.so
    2# JVM_handle_linux_signal in 
/root/huanghaibin/jdk1.8.0_131/jre/lib/amd64/server/libjvm.so
    3# signalHandler(int, siginfo*, void*) in 
/root/huanghaibin/jdk1.8.0_131/jre/lib/amd64/server/libjvm.so
    4# 0x00007FF888798090 in /lib/x86_64-linux-gnu/libc.so.6
    5# doris::SegmentLoader::load_segments(std::shared_ptr<doris::BetaRowset> 
const&, doris::SegmentCacheHandle*, bool) at 
/mnt/disk1/huanghaibin/hhb/tmp2/doris/be/src/olap/segment_loader.cpp:63
    6# doris::Compaction::_load_segment_to_cache() at 
/mnt/disk1/huanghaibin/hhb/tmp2/doris/be/src/olap/compaction.cpp:839
    7# doris::Compaction::do_compaction(long) at 
/mnt/disk1/huanghaibin/hhb/tmp2/doris/be/src/olap/compaction.cpp:142
    8# doris::BaseCompaction::execute_compact_impl() at 
/mnt/disk1/huanghaibin/hhb/tmp2/doris/be/src/olap/base_compaction.cpp:87
    9# doris::Compaction::execute_compact() at 
/mnt/disk1/huanghaibin/hhb/tmp2/doris/be/src/olap/compaction.cpp:106
   10# doris::Tablet::execute_compaction(doris::CompactionType) at 
/mnt/disk1/huanghaibin/hhb/tmp2/doris/be/src/olap/tablet.cpp:1884
   11# std::_Function_handler<void (), 
doris::StorageEngine::_submit_compaction_task(std::shared_ptr<doris::Tablet>, 
doris::CompactionType, bool)::$_0>::_M_invoke(std::_Any_data const&) at 
/mnt/disk1/huanghaibin/ldb_toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_function.h:291
   12# doris::ThreadPool::dispatch_thread() in 
/root/huanghaibin/new/be/lib/doris_be
   13# doris::Thread::supervise_thread(void*) at 
/mnt/disk1/huanghaibin/hhb/tmp2/doris/be/src/util/thread.cpp:495
   14# start_thread in /lib/x86_64-linux-gnu/libpthread.so.0
   15# __clone in /lib/x86_64-linux-gnu/libc.so.6 
   Issue Number: close #xxx
   
   <!--Describe your changes.-->
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


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