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 2022/10/13 05:08:31 UTC

[GitHub] [doris] ecit-zzh opened a new issue, #13343: Be[Bug]

ecit-zzh opened a new issue, #13343:
URL: https://github.com/apache/doris/issues/13343

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### 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?
   
   - [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] dataalive commented on issue #13343: [Bug] 1.1.1 be crash

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

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


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


[GitHub] [doris] dataalive commented on issue #13343: Be[Bug]

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

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


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


[GitHub] [doris] cyy0523xc commented on issue #13343: [Bug] 1.1.1 be crash

Posted by "cyy0523xc (via GitHub)" <gi...@apache.org>.
cyy0523xc commented on issue #13343:
URL: https://github.com/apache/doris/issues/13343#issuecomment-1613064109

   ./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的版本就正常了


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