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

   ### 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.5
   
   ### What's Wrong?
   
   be启动脚本执行之后,未报错,但是没有进程,日志只打印了下面的一段。
   1.2.4之前正常部署,换成1.2.5之后,be就无法启动了,fe正常启动。现在换回1.2.4,be也无法正常启动。
   be.out日志:
   ```
   start time: Tue Jun 20 22:16:44 CST 2023
   SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in 
[jar:file:/root/doris-1.2.5/be/lib/hadoop_hdfs/common/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in 
[jar:file:/root/doris-1.2.5/be/lib/java-udf-jar-with-dependencies.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]
   *** Query id: 0-0 ***
   *** Aborted at 1687270606 (unix time) try "date -d @1687270606" if you are 
using GNU date ***
   *** Current BE git commitID: Unknown ***
   *** SIGSEGV address not mapped to object (@0x120000) received by PID 5536 
(TID 0x7f25c2151700) from PID 1179648; 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 
/root/jdk-11.0.18/lib/server/libjvm.so
    2# JVM_handle_linux_signal in /root/jdk-11.0.18/lib/server/libjvm.so
    3# signalHandler(int, siginfo*, void*) in 
/root/jdk-11.0.18/lib/server/libjvm.so
    4# 0x00007F277DFC4400 in /lib64/libc.so.6
    5# jemalloc_usable_size at ../src/jemalloc.c:3740
    6# doris_free at /root/doris/be/src/runtime/memory/jemalloc_hook.cpp:43
    7# __GI__dl_deallocate_tls in /lib64/ld-linux-x86-64.so.2
    8# __free_stacks in /lib64/libpthread.so.0
    9# __deallocate_stack in /lib64/libpthread.so.0
   10# pthread_join in /lib64/libpthread.so.0
   11# std::thread::join() at 
../../../../../libstdc++-v3/src/c++11/thread.cc:114
   12# rocksdb::VersionBuilder::Rep::LoadTableHandlers(rocksdb::InternalStats*, 
int, bool) in /root/doris-1.2.5/be/lib/doris_be
   13# 
rocksdb::VersionSet::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, 
std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool) in 
/root/doris-1.2.5/be/lib/doris_be
   14# rocksdb::DBImpl::Recover(std::vector<rocksdb::ColumnFamilyDescriptor, 
std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, bool, bool, bool) in 
/root/doris-1.2.5/be/lib/doris_be
   15# rocksdb::DBImpl::Open(rocksdb::DBOptions const&, 
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&, std::vector<rocksdb::ColumnFamilyDescriptor, 
std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, 
std::vector<rocksdb::ColumnFamilyHandle*, 
std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**, bool) in 
/root/doris-1.2.5/be/lib/doris_be
   16# rocksdb::DB::Open(rocksdb::DBOptions const&, 
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > 
const&, std::vector<rocksdb::ColumnFamilyDescriptor, 
std::allocator<rocksdb::ColumnFamilyDescriptor> > const&, 
std::vector<rocksdb::ColumnFamilyHandle*, 
std::allocator<rocksdb::ColumnFamilyHandle*> >*, rocksdb::DB**) in 
/root/doris-1.2.5/be/lib/doris_be
   17# doris::OlapMeta::init() at /root/doris/be/src/olap/olap_meta.cpp:79
   18# doris::DataDir::_init_meta() at /root/doris/be/src/olap/data_dir.cpp:202
   19# doris::DataDir::init() at /root/doris/be/src/olap/data_dir.cpp:115
   20# 
std::thread::_State_impl<std::thread::_Invoker<std::tuple<doris::StorageEngine::_init_store_map()::$_0>
 > >::_M_run() at 
/var/local/ldb-toolchain/bin/../lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/bits/std_thread.h:211
   21# execute_native_thread_routine at 
../../../../../libstdc++-v3/src/c++11/thread.cc:84
   22# start_thread in /lib64/libpthread.so.0
   23# clone in /lib64/libc.so.6
   ```
   
   ### What You Expected?
   
   期待可以解决,很喜欢doris这个数据库,非常感谢。
   
   ### How to Reproduce?
   
   环境:
   java version "11.0.18" 2023-01-17 LTS
   gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) 
   vm.max_map_count = 2000000
   open files                      (-n) 65536
   
   be.conf  只修改了  priority_networks   其他配置都是默认。
   
   启动命令: sh start_be.sh --daemon 
   
   ### 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: [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