This is an automated email from the ASF dual-hosted git repository.

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5037f0a5e3 Remove OmitStackTraceInFastThrow in start.sh (#16054)
5037f0a5e3 is described below

commit 5037f0a5e3e4bcf005893399a07cd88792c20668
Author: Wenjun Ruan <[email protected]>
AuthorDate: Fri May 24 10:34:10 2024 +0800

    Remove OmitStackTraceInFastThrow in start.sh (#16054)
---
 .../dolphinscheduler-alert-server/src/main/bin/jvm_args_env.sh           | 1 +
 dolphinscheduler-api/src/main/bin/jvm_args_env.sh                        | 1 +
 dolphinscheduler-master/src/main/bin/jvm_args_env.sh                     | 1 +
 dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh          | 1 +
 dolphinscheduler-worker/src/main/bin/jvm_args_env.sh                     | 1 +
 5 files changed, 5 insertions(+)

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 c668944139..d953e04d2f 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
@@ -24,6 +24,7 @@
 -XX:+PrintGCDetails
 -Xloggc:gc.log
 
+-XX:-OmitStackTraceInFastThrow
 -XX:+ExitOnOutOfMemoryError
 -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=dump.hprof
diff --git a/dolphinscheduler-api/src/main/bin/jvm_args_env.sh 
b/dolphinscheduler-api/src/main/bin/jvm_args_env.sh
index c668944139..d953e04d2f 100644
--- a/dolphinscheduler-api/src/main/bin/jvm_args_env.sh
+++ b/dolphinscheduler-api/src/main/bin/jvm_args_env.sh
@@ -24,6 +24,7 @@
 -XX:+PrintGCDetails
 -Xloggc:gc.log
 
+-XX:-OmitStackTraceInFastThrow
 -XX:+ExitOnOutOfMemoryError
 -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=dump.hprof
diff --git a/dolphinscheduler-master/src/main/bin/jvm_args_env.sh 
b/dolphinscheduler-master/src/main/bin/jvm_args_env.sh
index c183f31bb1..1171cd7804 100644
--- a/dolphinscheduler-master/src/main/bin/jvm_args_env.sh
+++ b/dolphinscheduler-master/src/main/bin/jvm_args_env.sh
@@ -24,6 +24,7 @@
 -XX:+PrintGCDetails
 -Xloggc:gc.log
 
+-XX:-OmitStackTraceInFastThrow
 -XX:+ExitOnOutOfMemoryError
 -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=dump.hprof
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 42f8b1c656..95b283f91e 100644
--- a/dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh
+++ b/dolphinscheduler-standalone-server/src/main/bin/jvm_args_env.sh
@@ -24,6 +24,7 @@
 -XX:+PrintGCDetails
 -Xloggc:gc.log
 
+-XX:-OmitStackTraceInFastThrow
 -XX:+ExitOnOutOfMemoryError
 -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=dump.hprof
diff --git a/dolphinscheduler-worker/src/main/bin/jvm_args_env.sh 
b/dolphinscheduler-worker/src/main/bin/jvm_args_env.sh
index 42f8b1c656..95b283f91e 100644
--- a/dolphinscheduler-worker/src/main/bin/jvm_args_env.sh
+++ b/dolphinscheduler-worker/src/main/bin/jvm_args_env.sh
@@ -24,6 +24,7 @@
 -XX:+PrintGCDetails
 -Xloggc:gc.log
 
+-XX:-OmitStackTraceInFastThrow
 -XX:+ExitOnOutOfMemoryError
 -XX:+HeapDumpOnOutOfMemoryError
 -XX:HeapDumpPath=dump.hprof

Reply via email to