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

rickyma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new b2c90afe1 [#1149][FOLLOWUP] fix(coordinator): Fix coordinator startup 
issues (#1902)
b2c90afe1 is described below

commit b2c90afe176d8744f9eac9187a97ba4ef4f062af
Author: maobaolong <baoloong...@tencent.com>
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 \

Reply via email to