This is an automated email from the ASF dual-hosted git repository.
healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 7395f33a5 [INLONG-6049][DataProxy] Disable OmitStackTraceInFastThrow
to print verbose error logs (#6050)
7395f33a5 is described below
commit 7395f33a5c6258694a601512a8dc52939874a297
Author: xueyingzhang <[email protected]>
AuthorDate: Wed Sep 28 18:08:06 2022 +0800
[INLONG-6049][DataProxy] Disable OmitStackTraceInFastThrow to print verbose
error logs (#6050)
---
inlong-dataproxy/bin/dataproxy-ng | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/inlong-dataproxy/bin/dataproxy-ng
b/inlong-dataproxy/bin/dataproxy-ng
index 5ad5a07e6..327107a25 100755
--- a/inlong-dataproxy/bin/dataproxy-ng
+++ b/inlong-dataproxy/bin/dataproxy-ng
@@ -235,7 +235,7 @@ else
fi
# Garbage collection options
-DATA_PROXY_GC=${DATA_PROXY_GC:-"-XX:+UseG1GC -XX:MaxGCPauseMillis=10
-XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions
-XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32
-XX:G1NewSizePercent=50 -XX:+DisableExplicitGC"}
+DATA_PROXY_GC=${DATA_PROXY_GC:-"-XX:+UseG1GC -XX:MaxGCPauseMillis=10
-XX:+ParallelRefProcEnabled -XX:+UnlockExperimentalVMOptions
-XX:+DoEscapeAnalysis -XX:ParallelGCThreads=32 -XX:ConcGCThreads=32
-XX:G1NewSizePercent=50 -XX:+DisableExplicitGC -XX:-OmitStackTraceInFastThrow"}
# Garbage collection log.
IS_JAVA_8=`java -version 2>&1 |grep version|grep '"1\.8'`