From 9508546cc86d5e05643b255fd75377e747bb834d Mon Sep 17 00:00:00 2001 From: Lei Zhang <27994433+SWJTU-ZhangLei@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:26:42 +0800 Subject: [PATCH] [fix](script) Fix `start_fe.sh` missing `METADATA_FAILURE_RECOVERY` with foreground (#31258) --- bin/start_fe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start_fe.sh b/bin/start_fe.sh index 035d0e6a7d..dc8d785784 100755 --- a/bin/start_fe.sh +++ b/bin/start_fe.sh @@ -261,7 +261,7 @@ elif [[ "${RUN_CONSOLE}" -eq 1 ]]; then export DORIS_LOG_TO_STDERR=1 ${LIMIT:+${LIMIT}} "${JAVA}" ${final_java_opt:+${final_java_opt}} -XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError="kill -9 %p" ${coverage_opt:+${coverage_opt}} org.apache.doris.DorisFE ${HELPER:+${HELPER}} ${OPT_VERSION:+${OPT_VERSION}} "${METADATA_FAILURE_RECOVERY}" "$@" >"${LOG_DIR}/fe.out" 2>&1 >"${LOG_DIR}/fe.out" 2>&1