修复too many statement(limit is 4)问题前备份

This commit is contained in:
yinjiangyi
2021-08-02 18:32:38 +08:00
parent d8e4775d73
commit 2c041bee58
17 changed files with 3771 additions and 18 deletions

View File

@@ -54,5 +54,5 @@ baseline.kalman.r=0.002
# 每更新1000个记录打印log
log.write.count=10000
# FOR TEST
generate.batch.size=1000
generate.batch.size=100

View File

@@ -3,7 +3,7 @@ log4j.logger.org.apache.http=OFF
log4j.logger.org.apache.http.wire=OFF
#Log4j
log4j.rootLogger=info,console,file
log4j.rootLogger=debug,console,file
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.Threshold=info
log4j.appender.console.layout=org.apache.log4j.PatternLayout