Skip to content

Commit

Permalink
[dingo-release] bump release version to dingo-v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HeChangHaoGary committed Jun 13, 2024
1 parent 9e18800 commit 0949959
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dingo-dist/bin/start-executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NET_JAR_PATH=$(find $ROOT -name dingo-net-*.jar)
JAVA_OPTS="-Xms2g -Xmx2g -XX:+AlwaysPreTouch -XX:+UseG1GC -XX:+ScavengeBeforeFullGC -XX:+DisableExplicitGC -XX:+HeapDumpOnOutOfMemoryError"

nohup java ${JAVA_OPTS} \
-Dlogback.configurationFile=file:${ROOT}/conf/logback-executor.xml \
-Dlogback.configurationFile=file:${ROOT}/conf/logback-executor-release.xml \
-classpath ${JAR_PATH}:${NET_JAR_PATH}:${LOCAL_STORE_JAR_PATH} \
io.dingodb.server.executor.Starter \
--config ${ROOT}/conf/executor.yaml \
Expand Down
2 changes: 1 addition & 1 deletion docker/templates/bin/start-executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LOCAL_STORE_JAR_PATH=$(find $ROOT -name dingo-store-local*.jar)
NET_JAR_PATH=$(find $ROOT -name dingo-net-*.jar)

java ${JAVA_OPTS} \
-Dlogback.configurationFile=file:${ROOT}/conf/logback-executor.xml \
-Dlogback.configurationFile=file:${ROOT}/conf/logback-executor-release.xml \
-classpath ${JAR_PATH}:${NET_JAR_PATH}:${LOCAL_STORE_JAR_PATH} \
io.dingodb.server.executor.Starter \
--config ${ROOT}/conf/executor.yaml \
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ org.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOf
# Dingo group & version
#
GROUP=io.dingodb
VERSION=0.9.0-SNAPSHOT
VERSION=0.9.0

#
# For Release script
Expand All @@ -37,7 +37,7 @@ signing.secretKeyRingFile=./
#

# Dingo
dingo-expr.version=0.9.0-SNAPSHOT
dingo-expr.version=0.9.0

calcite.version=1.33.0
avatica.version=1.20.0
Expand Down

0 comments on commit 0949959

Please sign in to comment.