File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ NET_JAR_PATH=$(find $ROOT -name dingo-net-*.jar)
2323JAVA_OPTS=" -Xms2g -Xmx2g -XX:+AlwaysPreTouch -XX:+UseG1GC -XX:+ScavengeBeforeFullGC -XX:+DisableExplicitGC -XX:+HeapDumpOnOutOfMemoryError" 
2424
2525nohup java ${JAVA_OPTS}  \
26-      -Dlogback.configurationFile=file:${ROOT} /conf/logback-executor.xml \
26+      -Dlogback.configurationFile=file:${ROOT} /conf/logback-executor-release .xml \
2727     -classpath ${JAR_PATH} :${NET_JAR_PATH} :${LOCAL_STORE_JAR_PATH}   \
2828     io.dingodb.server.executor.Starter \
2929     --config ${ROOT} /conf/executor.yaml \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ LOCAL_STORE_JAR_PATH=$(find $ROOT -name dingo-store-local*.jar)
2222NET_JAR_PATH=$( find $ROOT  -name dingo-net-* .jar) 
2323
2424java ${JAVA_OPTS}  \
25-      -Dlogback.configurationFile=file:${ROOT} /conf/logback-executor.xml \
25+      -Dlogback.configurationFile=file:${ROOT} /conf/logback-executor-release .xml \
2626     -classpath ${JAR_PATH} :${NET_JAR_PATH} :${LOCAL_STORE_JAR_PATH}   \
2727     io.dingodb.server.executor.Starter \
2828     --config ${ROOT} /conf/executor.yaml \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ org.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOf
2121#  Dingo group & version
2222# 
2323GROUP =io.dingodb 
24- VERSION =0.9.0-SNAPSHOT  
24+ VERSION =0.9.0 
2525
2626# 
2727#  For Release script
@@ -37,7 +37,7 @@ signing.secretKeyRingFile=./
3737# 
3838
3939#  Dingo
40- dingo-expr.version =0.9.0-SNAPSHOT  
40+ dingo-expr.version =0.9.0 
4141
4242calcite.version =1.33.0 
4343avatica.version =1.20.0 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments