apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.66k stars 3.27k forks source link

[Bug] 1.1.1 be crash #13343

Open ecit-zzh opened 2 years ago

ecit-zzh commented 2 years ago

Search before asking

Version

apache-doris-1.1.1-bin-x86-noavx

What's Wrong?

doris集群有一台Be节点崩溃了,查看日志显示如下: PlanFragmentExecutor::_exec_actual|pthread_id=140483971426048|instance_id=f3ae4d0e09f74a6a-9c06f2f289d7087f|query_id=f3ae4d0e09f74a6a-9c06f2f289d7087e I1013 12:47:27.266140 29079 plan_fragment_executor.cpp:235] PlanFragmentExecutor::open, using query memory limit: 2.00 GB|mem_limit=2147483648|instance_id=f3ae4d0e09f74a6a-9c06f2f289d7087f|query_id=f3ae4d0e09f74a6a-9c06f2f289d7087e I1013 12:47:27.266305 29079 plan_fragment_executor.cpp:695] Close() fragment_instance_id=f3ae4d0e09f74a6a-9c06f2f289d7087f I1013 12:47:27.282045 29224 plan_fragment_executor.cpp:76] PlanFragmentExecutor::prepare|pthread_id=140482871981824|backend_num=1|instance_id=9bb015f167714ac2-8f70c55b9b6c0c12|query_id=9bb015f167714ac2-8f70c55b9b6c0c11 I1013 12:47:27.282891 29079 fragment_mgr.cpp:469] PlanFragmentExecutor::_exec_actual|pthread_id=140483971426048|instance_id=9bb015f167714ac2-8f70c55b9b6c0c12|query_id=9bb015f167714ac2-8f70c55b9b6c0c11 I1013 12:47:27.285096 29079 plan_fragment_executor.cpp:235] PlanFragmentExecutor::open, using query memory limit: 2.00 GB|mem_limit=2147483648|instance_id=9bb015f167714ac2-8f70c55b9b6c0c12|query_id=9bb015f167714ac2-8f70c55b9b6c0c11 Aborted at 1665636447 (unix time) try "date -d @1665636447" if you are using GNU date SIGILL illegal operand (@0x7fc555b04004) received by PID 28860 (TID 0x7fc4f936a700) from PID 1437614084; stack trace: 0# 0x00007FC5478EB29C in /app/apache-doris-1.1/be/lib/doris_be 1# 0x00007FC545124250 in /lib64/libc.so.6 2# 0x00007FC555B04004

./start_be.sh: line 121: 28860 Illegal instruction $LIMIT ${DORIS_HOME}/lib/doris_be "$@" 2>&1 < /dev/null

What You Expected?

这是什么原因导致,该怎么处理?

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct

dataalive commented 2 years ago

这个是一开始就无法启动吧?参考下 https://doris.apache.org/zh-CN/docs/dev/install/source-install/compilation-with-ldb-toolchain#%E7%BC%96%E8%AF%91-doris 看下avx2指令集

dataalive commented 2 years ago

这个问题解决了吗?没有解决的话可以继续反馈下,或者加微信:warpdrive1987 来定位下。

cyy0523xc commented 1 year ago

./bin/start_be.sh: line 322: 17621 Illegal instruction (core dumped) ${LIMIT:+${LIMIT}} "${DORIS_HOME}/lib/doris_be" "$@" 2>&1 < /dev/null

我们在启动的时候也碰到类似的问题,发现是cpu不支持avx2,换成no avx2的版本就正常了