Installed Doris 2.1.3 in CentOS 7, failed to start BE instance, pls help #36069
Replies: 2 comments
-
please use jdk8 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. After I changed the JDK to version 8. The issue got fixed temporarily, but after the BE instance run a couple of hours within a BE cluster. I got the issue again, I'm not sure the reason is same or not. The new trace is as following. please advise how to fix it. Thanks again. New Trace from be.out: start time: Mon Jun 10 18:31:07 CST 2024 |
Beta Was this translation helpful? Give feedback.
-
I installed Doris 2.1.3 in CentOS 7, failed to start BE instance, the log of be.out is as below:
INFO: java_cmd /opt/amazon-corretto-11.0.19.7.1-linux-x64/bin/java
INFO: jdk_version 11
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/data1/doris/be/lib/java_extensions/preload-extensions/preload-extensions-jar-with-dependencies.jar!/
org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/data1/doris/be/lib/java_extensions/java-udf/java-udf-jar-with-dependencies.jar!/org/slf4j/impl/Stati
cLoggerBinder.class]
SLF4J: Found binding in [jar:file:/data1/doris/be/lib/hadoop_hdfs/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBind
er.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory]
*** Query id: 0-0 ***
*** is nereids: 0 ***
*** tablet id: 0 ***
*** Aborted at 1717813841 (unix time) try "date -d @1717813841" if you are using GNU date ***
*** Current BE git commitID: 2dc65ce ***
*** SIGSEGV address not mapped to object (@0x0) received by PID 13721 (TID 13742 OR 0x7fc4221fe700) from PID 0; stack trace: ***
0# doris::signal::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*) at /home/zcp/repo_center/doris_release/doris/be/
src/common/signal_handler.h:421
1# os::Linux::chained_handler(int, siginfo*, void*) in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
2# JVM_handle_linux_signal in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
3# signalHandler(int, siginfo*, void*) in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
4# 0x00007FC45AC28400 in /lib64/libc.so.6
5# je_arena_dalloc_promoted at ../src/arena.c:1277
6# je_free_default at ../src/jemalloc.c:3014
7# __pthread_create_2_1 in /lib64/libpthread.so.0
8# os::create_thread(Thread*, os::ThreadType, unsigned long) in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
9# CompilerThread::CompilerThread(CompileQueue*, CompilerCounters*) in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
10# CompileBroker::make_thread(_jobject*, CompileQueue*, AbstractCompiler*, Thread*) in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/
server/libjvm.so
11# CompileBroker::possibly_add_compiler_threads() in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
12# CompileBroker::compiler_thread_loop() in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
13# JavaThread::run() in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
14# Thread::call_run() in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
15# thread_native_entry(Thread*) in /opt/amazon-corretto-11.0.19.7.1-linux-x64/lib/server/libjvm.so
16# start_thread in /lib64/libpthread.so.0
17# clone in /lib64/libc.so.6
Please help to check the reason of failure. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions