From 650eaa6d416cb23ed0d2cea76c4c6885ffbd4d43 Mon Sep 17 00:00:00 2001 From: deng-jeffer Date: Thu, 7 Nov 2024 12:18:58 +0800 Subject: [PATCH] [Improvement-16757][Deploy]Avoid overwrite gc log --- .../dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh | 2 +- dolphinscheduler-api/src/main/bin/jvm_args_env.sh | 2 +- dolphinscheduler-master/src/main/bin/jvm_args_env.sh | 2 +- dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh | 2 +- dolphinscheduler-worker/src/main/bin/jvm_args_env.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh index d953e04d2f04..9d19a823f7b1 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh +++ b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh @@ -22,7 +22,7 @@ -XX:+IgnoreUnrecognizedVMOptions -XX:+PrintGCDateStamps -XX:+PrintGCDetails --Xloggc:gc.log +-Xloggc:gc-%t.log -XX:-OmitStackTraceInFastThrow -XX:+ExitOnOutOfMemoryError diff --git a/dolphinscheduler-api/src/main/bin/jvm_args_env.sh b/dolphinscheduler-api/src/main/bin/jvm_args_env.sh index d953e04d2f04..9d19a823f7b1 100644 --- a/dolphinscheduler-api/src/main/bin/jvm_args_env.sh +++ b/dolphinscheduler-api/src/main/bin/jvm_args_env.sh @@ -22,7 +22,7 @@ -XX:+IgnoreUnrecognizedVMOptions -XX:+PrintGCDateStamps -XX:+PrintGCDetails --Xloggc:gc.log +-Xloggc:gc-%t.log -XX:-OmitStackTraceInFastThrow -XX:+ExitOnOutOfMemoryError diff --git a/dolphinscheduler-master/src/main/bin/jvm_args_env.sh b/dolphinscheduler-master/src/main/bin/jvm_args_env.sh index 1171cd78044f..0fedc71491aa 100644 --- a/dolphinscheduler-master/src/main/bin/jvm_args_env.sh +++ b/dolphinscheduler-master/src/main/bin/jvm_args_env.sh @@ -22,7 +22,7 @@ -XX:+IgnoreUnrecognizedVMOptions -XX:+PrintGCDateStamps -XX:+PrintGCDetails --Xloggc:gc.log +-Xloggc:gc-%t.log -XX:-OmitStackTraceInFastThrow -XX:+ExitOnOutOfMemoryError diff --git a/dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh b/dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh index 95b283f91e03..b0e99e28f163 100644 --- a/dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh +++ b/dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh @@ -22,7 +22,7 @@ -XX:+IgnoreUnrecognizedVMOptions -XX:+PrintGCDateStamps -XX:+PrintGCDetails --Xloggc:gc.log +-Xloggc:gc-%t.log -XX:-OmitStackTraceInFastThrow -XX:+ExitOnOutOfMemoryError diff --git a/dolphinscheduler-worker/src/main/bin/jvm_args_env.sh b/dolphinscheduler-worker/src/main/bin/jvm_args_env.sh index 95b283f91e03..b0e99e28f163 100644 --- a/dolphinscheduler-worker/src/main/bin/jvm_args_env.sh +++ b/dolphinscheduler-worker/src/main/bin/jvm_args_env.sh @@ -22,7 +22,7 @@ -XX:+IgnoreUnrecognizedVMOptions -XX:+PrintGCDateStamps -XX:+PrintGCDetails --Xloggc:gc.log +-Xloggc:gc-%t.log -XX:-OmitStackTraceInFastThrow -XX:+ExitOnOutOfMemoryError