We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用docker-compose部署单fe模式,执行docker-compose up 启动服务,发现be无法启动,日志如下:
be03 | ++ mysql -hfe -P9030 -uroot '-eSHOW PROC '\''/backends'\''\G;' be03 | ++ grep be03 be03 | ++ wc -l be03 | + COUNT=1 be03 | + '[' 1 -lt 1 ']' be03 | + exec bash /opt/StarRocks-2.2.0-rc01/be/bin/start_be.sh be02 | ++ mysql -hfe -P9030 -uroot '-eSHOW PROC '\''/backends'\''\G;' be02 | ++ grep be02 be02 | ++ wc -l be02 | + COUNT=1 be02 | + '[' 1 -lt 1 ']' be02 | + exec bash /opt/StarRocks-2.2.0-rc01/be/bin/start_be.sh be01 | ++ wc -l be01 | + COUNT=1 be01 | + '[' 1 -lt 1 ']' be01 | + exec bash /opt/StarRocks-2.2.0-rc01/be/bin/start_be.sh be03 | /opt/StarRocks-2.2.0-rc01/be/bin/start_be.sh: line 126: 876 Illegal instruction (core dumped) ${STARROCKS_HOME}/lib/starrocks_be "$@" >> $LOG_DIR/be.out 2>&1 < /dev/null be02 | /opt/StarRocks-2.2.0-rc01/be/bin/start_be.sh: line 126: 876 Illegal instruction (core dumped) ${STARROCKS_HOME}/lib/starrocks_be "$@" >> $LOG_DIR/be.out 2>&1 < /dev/null be01 | /opt/StarRocks-2.2.0-rc01/be/bin/start_be.sh: line 126: 876 Illegal instruction (core dumped) ${STARROCKS_HOME}/lib/starrocks_be "$@" >> $LOG_DIR/be.out 2>&1 < /dev/null be03 exited with code 132 be02 exited with code 132 be01 exited with code 132
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用docker-compose部署单fe模式,执行docker-compose up 启动服务,发现be无法启动,日志如下:
The text was updated successfully, but these errors were encountered: