You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2023/01/03 08:03:57 UTC

[GitHub] [doris] 413331861 opened a new issue, #15566: doris be 不明原因挂掉

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

   ### 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.2.0-rc04
   
   ### What's Wrong?
   
   be 经常挂,be.out也看不出什么有用信息,dmesg -T 也没有be挂掉的信息
   
   不太会上传图片,我下面复制下错误
   be.out 日志内容
   start time: Sat Dec 31 13:34:32 CST 2022
   start time: Sat Dec 31 21:52:13 CST 2022
   start time: Mon Jan  2 08:51:59 CST 2023
   start time: Mon Jan  2 08:59:47 CST 2023
   start time: Mon Jan  2 09:00:11 CST 2023
   start time: Mon Jan  2 09:01:13 CST 2023
   start time: Mon Jan  2 09:01:23 CST 2023
   start time: Mon Jan  2 09:02:19 CST 2023
   start time: Mon Jan  2 09:02:30 CST 2023
   start time: Mon Jan  2 09:02:41 CST 2023
   start time: Mon Jan  2 09:03:31 CST 2023
   start time: Mon Jan  2 09:07:13 CST 2023
   start time: Mon Jan  2 09:12:59 CST 2023
   start time: Mon Jan  2 09:13:54 CST 2023
   start time: Mon Jan  2 09:15:41 CST 2023
   start time: Mon Jan  2 09:16:29 CST 2023
   start time: Mon Jan  2 09:20:16 CST 2023
   start time: Mon Jan  2 09:41:04 CST 2023
   start time: Mon Jan  2 09:45:24 CST 2023
   start time: Mon Jan  2 09:51:21 CST 2023
   start time: Mon Jan  2 09:51:36 CST 2023
   start time: Mon Jan  2 09:51:58 CST 2023
   start time: Mon Jan  2 09:52:25 CST 2023
   start time: Mon Jan  2 09:53:10 CST 2023
   start time: Mon Jan  2 10:00:46 CST 2023
   start time: Mon Jan  2 10:18:35 CST 2023
   start time: Mon Jan  2 10:25:05 CST 2023
   start time: Mon Jan  2 13:56:16 CST 2023
   start time: Mon Jan  2 13:58:16 CST 2023
   start time: Mon Jan  2 13:58:24 CST 2023
   start time: Mon Jan  2 14:36:26 CST 2023
   start time: Mon Jan  2 14:39:54 CST 2023
   start time: Mon Jan  2 17:14:52 CST 2023
   start time: Mon Jan  2 17:47:08 CST 2023
   start time: Mon Jan  2 19:57:09 CST 2023
   ...skipping...
   start time: Tue Jan  3 15:07:28 CST 2023
   start time: Tue Jan  3 15:10:50 CST 2023
   start time: Tue Jan  3 15:24:29 CST 2023
   start time: Tue Jan  3 15:26:09 CST 2023
   *** Query id: 0-0 ***
   *** Aborted at 1672731075 (unix time) try "date -d @1672731075" if you are using GNU date ***
   *** Current BE git commitID: Unknown ***
   *** SIGSEGV unkown detail explain (@0x0) received by PID 7450 (TID 0x7fca2f9ff700) from PID 0; stack trace: ***
    0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /root/doris/be/src/common/signal_handler.h:420
    1# os::Linux::chained_handler(int, siginfo*, void*) in /opt/jdk/jre/lib/amd64/server/libjvm.so
    2# JVM_handle_linux_signal in /opt/jdk/jre/lib/amd64/server/libjvm.so
    3# signalHandler(int, siginfo*, void*) in /opt/jdk/jre/lib/amd64/server/libjvm.so
    4# 0x00007FCA98594340 in /lib64/libc.so.6
    5# phmap::priv::raw_hash_set<phmap::priv::FlatHashSetPolicy<doris::StringValue>, phmap::Hash<doris::StringValue>, phmap::EqualTo<doris::StringValue>, std::allocator<doris::StringValue> >::iterator phmap::priv::raw_hash_set<phmap::priv::FlatHashSetPolicy<doris::StringValue>, phmap::Hash<doris::StringValue>, phmap::EqualTo<doris::StringValue>, std::allocator<doris::StringValue> >::find<doris::StringValue>(doris::StringValue const&) at /var/local/thirdparty/installed/include/parallel_hashmap/phmap.h:1647
    6# doris::InListPredicateBase<(doris::PrimitiveType)23, (doris::PredicateType)7>::evaluate(doris::vectorized::IColumn const&, unsigned short*, unsigned short) const at /root/doris/be/src/olap/in_list_predicate.h:244
    7# doris::segment_v2::SegmentIterator::_evaluate_short_circuit_predicate(unsigned short*, unsigned short) at /root/doris/be/src/olap/rowset/segment_v2/segment_iterator.cpp:1073
    8# doris::segment_v2::SegmentIterator::next_batch(doris::vectorized::Block*) at /root/doris/be/src/olap/rowset/segment_v2/segment_iterator.cpp:1177
    9# doris::vectorized::VUnionIterator::next_batch(doris::vectorized::Block*) at /root/doris/be/src/vec/olap/vgeneric_iterators.cpp:385
   10# doris::BetaRowsetReader::next_block(doris::vectorized::Block*) at /root/doris/be/src/olap/rowset/beta_rowset_reader.cpp:278
   11# doris::vectorized::VCollectIterator::Level0Iterator::_refresh_current_row() at /root/doris/be/src/vec/olap/vcollect_iterator.cpp:225
   12# doris::vectorized::VCollectIterator::Level0Iterator::init(bool) at /root/doris/be/src/vec/olap/vcollect_iterator.cpp:207
   13# doris::vectorized::VCollectIterator::build_heap(std::vector<std::shared_ptr<doris::RowsetReader>, std::allocator<std::shared_ptr<doris::RowsetReader> > >&) at /root/doris/be/src/vec/olap/vcollect_iterator.cpp:81
   14# doris::vectorized::BlockReader::_init_collect_iter(doris::TabletReader::ReaderParams const&, std::vector<std::shared_ptr<doris::RowsetReader>, std::allocator<std::shared_ptr<doris::RowsetReader> > >*) at /root/doris/be/src/vec/olap/block_reader.cpp:65
   15# doris::vectorized::BlockReader::init(doris::TabletReader::ReaderParams const&) at /root/doris/be/src/vec/olap/block_reader.cpp:130
   16# doris::vectorized::NewOlapScanner::open(doris::RuntimeState*) at /root/doris/be/src/vec/exec/scan/new_olap_scanner.cpp:119
   17# doris::vectorized::ScannerScheduler::_scanner_scan(doris::vectorized::ScannerScheduler*, doris::vectorized::ScannerContext*, doris::vectorized::VScanner*) at /root/doris/be/src/vec/exec/scan/scanner_scheduler.cpp:194
   18# doris::ThreadPool::dispatch_thread() at /root/doris/be/src/util/threadpool.cpp:542
   19# doris::Thread::supervise_thread(void*) at /root/doris/be/src/util/thread.cpp:455
   20# start_thread in /lib64/libpthread.so.0
   21# __clone in /lib64/libc.so.6
   
   start time: Tue Jan  3 15:35:28 CST 2023
   
   
   
   
   
   
   
   
   
   
   
   
   dmesg -T 执行结果
   [Tue Jan  3 15:24:25 2023] virtio-pci 0000:00:03.0: irq 45 for MSI/MSI-X
   [Tue Jan  3 15:24:25 2023]  vda: vda1
   [Tue Jan  3 15:24:25 2023] virtio-pci 0000:00:05.0: irq 46 for MSI/MSI-X
   [Tue Jan  3 15:24:25 2023] virtio-pci 0000:00:05.0: irq 47 for MSI/MSI-X
   [Tue Jan  3 15:24:25 2023] virtio-pci 0000:00:05.0: irq 48 for MSI/MSI-X
   [Tue Jan  3 15:24:25 2023] virtio_blk virtio2: [vdb] 1258291200 512-byte logical blocks (644 GB/600 GiB)
   [Tue Jan  3 15:24:25 2023]  vdb: vdb1
   [Tue Jan  3 15:24:25 2023] random: fast init done
   [Tue Jan  3 15:24:26 2023] fbcon: cirrusdrmfb (fb0) is primary device
   [Tue Jan  3 15:24:26 2023] Console: switching to colour frame buffer device 128x48
   [Tue Jan  3 15:24:26 2023] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
   [Tue Jan  3 15:24:26 2023] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0
   [Tue Jan  3 15:24:26 2023] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)
   [Tue Jan  3 15:24:26 2023] tsc: Refined TSC clocksource calibration: 2699.986 MHz
   [Tue Jan  3 15:24:26 2023] systemd-journald[165]: Received SIGTERM from PID 1 (systemd).
   [Tue Jan  3 15:24:26 2023] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
   [Tue Jan  3 15:24:26 2023] SELinux:  Disabled at runtime.
   [Tue Jan  3 15:24:26 2023] SELinux:  Unregistering netfilter hooks
   [Tue Jan  3 15:24:26 2023] type=1404 audit(1672759467.677:2): selinux=0 auid=4294967295 ses=4294967295
   [Tue Jan  3 15:24:26 2023] systemd[1]: RTC configured in localtime, applying delta of 480 minutes to system time.
   [Tue Jan  3 15:24:26 2023] ip_tables: (C) 2000-2006 Netfilter Core Team
   [Tue Jan  3 15:24:26 2023] systemd[1]: Inserted module 'ip_tables'
   [Tue Jan  3 15:24:26 2023] EXT4-fs (vda1): re-mounted. Opts: (null)
   [Tue Jan  3 15:24:26 2023] systemd-journald[1447]: Received request to flush runtime journal from PID 1
   [Tue Jan  3 15:24:26 2023] input: PC Speaker as /devices/platform/pcspkr/input/input4
   [Tue Jan  3 15:24:26 2023] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
   [Tue Jan  3 15:24:26 2023] cryptd: max_cpu_qlen set to 1000
   [Tue Jan  3 15:24:26 2023] AVX2 version of gcm_enc/dec engaged.
   [Tue Jan  3 15:24:26 2023] AES CTR mode by8 optimization enabled
   [Tue Jan  3 15:24:26 2023] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
   [Tue Jan  3 15:24:26 2023] alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni)
   [Tue Jan  3 15:24:26 2023] ppdev: user-space parallel port driver
   [Tue Jan  3 15:24:26 2023] EXT4-fs (vdb1): mounted filesystem with ordered data mode. Opts: (null)
   [Tue Jan  3 15:24:26 2023] type=1305 audit(1672730667.970:3): audit_pid=2622 old=0 auid=4294967295 ses=4294967295 res=1
   [Tue Jan  3 15:24:29 2023] random: crng init done
   [Tue Jan  3 15:28:19 2023] AliSecGuard: loading out-of-tree module taints kernel.
   [Tue Jan  3 15:28:19 2023] AliSecGuard: module verification failed: signature and/or required key missing - tainting kernel
   [Tue Jan  3 15:29:00 2023] AliSecProcFilter64 open AliHips 8354, version 00_21
   [root@doris002 log]# 
   
   ### What You Expected?
   
   希望能协助排查下 be为什么一直挂,解决该问题
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] morningman commented on issue #15566: doris be 不明原因挂掉

Posted by GitBox <gi...@apache.org>.
morningman commented on issue #15566:
URL: https://github.com/apache/doris/issues/15566#issuecomment-1369482525

   maybe related to #14881


-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org