尝试命令获取栈,连接fe执行下面语句,$backend_id为有问题的BE节点 admin execute on $backend_id 'System.print(ExecEnv.get_stack_trace_for_all_threads())' 使用pstack 查看进程信息,下载工具: wget "https://cdn-thirdparty.mirrorship.cn/SRDebugUtil.tar.gz" -O SRDebugUtil.tar.gz 或者flamegraph工具...
StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries. - starrocks/run-be-ut.sh at main · chestnutqiang/starr
StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries. - starrocks/build.sh at main · INNOCENT-BOY/starrock
set -eo pipefail . ${STARROCKS_HOME}/env.sh if [[ $OSTYPE == darwin* ]] ; then PARALLEL=$(sysctl -n hw.ncpu) # We know for sure that build-thirdparty.sh will fail on darwin platform, so just skip the step.else if [[ ! -f ${STARROCKS_THIRDPARTY}/installed/llvm/...
set -eo pipefail . ${STARROCKS_HOME}/env.sh if [[ $OSTYPE == darwin* ]] ; then PARALLEL=$(sysctl -n hw.ncpu) # We know for sure that build-thirdparty.sh will fail on darwin platform, so just skip the step.else if [[ ! -f ${STARROCKS_THIRDPARTY}/installed/llvm/...
【详述】FE和BE都可以正常启动,create database 也都能正常执行,但select就报Too many open files,再次执行则报Could not initialize class org.apache.doris.rpc.BackendServiceProxy$SingletonHolder,jdk是oracle jdk,1.8版本和9版本都试过 ,分析这个后面的异常跟前面的Too many open files有关,而跟jdk版本没关系...
尝试命令获取栈,连接fe执行下面语句,$backend_id为有问题的BE节点 adminexecuteon$backend_id'System.print(ExecEnv.get_stack_trace_for_all_threads())' 2. 使用 pstack 查看进程信息,下载工具: wget"https://cdn-thirdparty.mirrorship.cn/SRDebugUtil.tar.gz"-O SRDebugUtil.tar.gz ...
app id: application_1620958422319_5507, load job id: 17426, msg: which: no /home/starrocks/starrocks-1.18.2/fe/lib/yarn-client/hadoop/bin/yarn in ((null)) Error: JAVA_HOME is not set and could not be found. ``` ```shell export JAVA_HOME=/home/starrocks/thirdparty/jdk1.8.0_202...
env.sh [Enhancement] Infer JAVA_HOME if not set (StarRocks#27069) Jul 12, 2023 run-be-ut.sh [Enhancement] Turn on the default starcache UT switch to build the st… Nov 9, 2023 run-fe-ut.sh [Tool] Upload BE UT log (StarRocks#31397) Sep 20, 2023 Repository files navigation READ...
StarRocks is a next-gen sub-second MPP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics and ad-hoc query. - starrocks/run-ut.sh at main · hffariel/starrocks