tiandong19860806 commented on issue #18402:
URL: https://github.com/apache/doris/issues/18402#issuecomment-1503529578
Hi @JackDrogon ,
系统中没有这个命令“/bin/limit3”, 这个是doris-be模块启动脚本使用的,见文件start_be.sh第246行,和
# 180行
if [[ ! -f '/bin/limit3' ]]; then
LIMIT=''
else
LIMIT="/bin/limit3 -c 0 -n 65536"
fi
# 246行
if [[ "${RUN_DAEMON}" -eq 1 ]]; then
nohup ${LIMIT:+${LIMIT}} "${DORIS_HOME}/lib/doris_be" "$@"
>>"${LOG_DIR}/be.out" 2>&1 </dev/null &
else
export DORIS_LOG_TO_STDERR=1
${LIMIT:+${LIMIT}} "${DORIS_HOME}/lib/doris_be" "$@" 2>&1 </dev/null
fi
# 报错信息,如下:
[root@CNT7XDRS01 /]# journalctl -u doris -n 10
-- Logs begin at Tue 2023-04-11 22:07:36 CST, end at Tue 2023-04-11 22:53:50
CST. --
Apr 11 22:53:50 CNT7XDRS01 start_be.sh[5291]: 11#
doris::LibJVMLoader::instance() at /root/doris/be/src/util/libjvm_loader.cpp:54
Apr 11 22:53:50 CNT7XDRS01 start_be.sh[5291]: 12# doris::JniUtil::Init() at
/root/doris/be/src/util/jni-util.cpp:217
Apr 11 22:53:50 CNT7XDRS01 start_be.sh[5291]: 13# main at
/root/doris/be/src/service/doris_main.cpp:380
Apr 11 22:53:50 CNT7XDRS01 start_be.sh[5291]: 14# __libc_start_main in
/lib64/libc.so.6
Apr 11 22:53:50 CNT7XDRS01 start_be.sh[5291]: 15# _start in
/home/app/doris/lib/doris_be
Apr 11 22:53:50 CNT7XDRS01 start_be.sh[5291]:
/home/app/doris/bin/start_be.sh: line 246: 5718 Aborted
${LIMIT:+${LIMIT}} "${DORIS_HOME}/lib/doris_be" "$@" 2>&1 < /dev/null
Apr 11 22:53:50 CNT7XDRS01 systemd[1]: doris.service: main process exited,
code=exited, status=134/n/a
Apr 11 22:53:50 CNT7XDRS01 systemd[1]: Failed to start doris service.
Apr 11 22:53:50 CNT7XDRS01 systemd[1]: Unit doris.service entered failed
state.
Apr 11 22:53:50 CNT7XDRS01 systemd[1]: doris.service failed.
[root@CNT7XDRS01 /]#
[root@CNT7XDRS01 /]#
--
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]