This is an automated email from the ASF dual-hosted git repository.
rickyma pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 024c76be7 [#1149][FOLLOWUP] fix(coordinator): Fix coordinator startup
issues (#1902)
024c76be7 is described below
commit 024c76be70d25956dcd178d1749dc225fdba8437
Author: maobaolong <[email protected]>
AuthorDate: Tue Jul 16 11:37:17 2024 +0800
[#1149][FOLLOWUP] fix(coordinator): Fix coordinator startup issues (#1902)
### What changes were proposed in this pull request?
Fix uniffle script cannot start issue, which is blocked by #1149
### Why are the changes needed?
Cannot start uniffle script
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Executing `bin/uniffle` successfully.
---
bin/uniffle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/uniffle b/bin/uniffle
index 58ed4ad4e..10d86393c 100755
--- a/bin/uniffle
+++ b/bin/uniffle
@@ -96,7 +96,7 @@ function uniffle_cmd_case
-XX:MaxGCPauseMillis=200 \
-XX:ParallelGCThreads=20 \
-XX:ConcGCThreads=5 \
- -XX:InitiatingHeapOccupancyPercent=45”
+ -XX:InitiatingHeapOccupancyPercent=45"
GC_LOG_ARGS_LEGACY=" -XX:+PrintGC \
-XX:+PrintAdaptiveSizePolicy \