This is an automated email from the ASF dual-hosted git repository.
zihaoxiang 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 91283e59cf [Bug][Script] Remove deprecated arg in remove-zk-node.sh
(#10789)
91283e59cf is described below
commit 91283e59cf240e3a756eb66e3917fa54ba96fb63
Author: Eric Gao <[email protected]>
AuthorDate: Tue Jul 5 15:26:34 2022 +0800
[Bug][Script] Remove deprecated arg in remove-zk-node.sh (#10789)
---
script/remove-zk-node.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/remove-zk-node.sh b/script/remove-zk-node.sh
index 499d67e8c5..fbedd31580 100755
--- a/script/remove-zk-node.sh
+++ b/script/remove-zk-node.sh
@@ -39,7 +39,7 @@ export JAVA_HOME=$JAVA_HOME
export DOLPHINSCHEDULER_CONF_DIR=$DOLPHINSCHEDULER_HOME/conf
export DOLPHINSCHEDULER_LIB_JARS=$DOLPHINSCHEDULER_HOME/api-server/libs/*
-export DOLPHINSCHEDULER_OPTS="-Xmx1g -Xms1g -Xss512k -XX:+DisableExplicitGC
-XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled
-XX:LargePageSizeInBytes=128m -XX:+UseFastAccessorMethods
-XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70 "
+export DOLPHINSCHEDULER_OPTS="-Xmx1g -Xms1g -Xss512k -XX:+DisableExplicitGC
-XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled
-XX:LargePageSizeInBytes=128m -XX:+UseCMSInitiatingOccupancyOnly
-XX:CMSInitiatingOccupancyFraction=70 "
export STOP_TIMEOUT=5
CLASS=org.apache.zookeeper.ZooKeeperMain