This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch add_restart_test
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 02c2d1f add one more test
add 8825085 add testStop
add 7221a87 fix recover endTime set bug (affect 0.10.0-SNAPSHOT) (#1286)
add 8a15953 [IOTDB-713] success message on cli (#1284)
add 18a3634 fix IoTDBConfigCheck
add f0aecdb fix config check
add 8d5184f add insert string records in SessinPool
add 9be64af fix design doc title
add ae49a78 Set inferType of MQTT InsertPlan to true (#1291)
add ab9e90b remove echo in cli (#1287)
add 60f2033 [IOTDB-728]Disable “site” module by default (#1292)
add 9a4f92e Added xin to committer list
add 96b33b3 Delete some tests (#1294)
add 7638bff Merge branch 'master' of
https://github.com/apache/incubator-iotdb into add_restart_test
No new revisions were added by this update.
Summary of changes:
.travis.yml | 10 +-
Jenkinsfile | 42 +-
.../java/org/apache/iotdb/cli/AbstractCli.java | 3 +
cli/src/main/java/org/apache/iotdb/cli/Cli.java | 17 +-
pom.xml | 8 +-
.../org/apache/iotdb/db/conf/IoTDBConfigCheck.java | 8 +-
.../org/apache/iotdb/db/engine/StorageEngine.java | 16 +
.../engine/storagegroup/StorageGroupProcessor.java | 31 +-
.../org/apache/iotdb/db/mqtt/PublishHandler.java | 5 +-
.../java/org/apache/iotdb/db/service/IoTDB.java | 10 +
.../apache/iotdb/db/service/RegisterManager.java | 24 ++
.../iotdb/db/writelog/recover/LogReplayer.java | 28 +-
.../iotdb/db/engine/storagegroup/TTLTest.java | 5 +-
.../iotdb/db/integration/IoTDBAlignByDeviceIT.java | 440 ---------------------
.../db/integration/IoTDBRecoverUnclosedIT.java | 21 +-
.../iotdb/db/integration/IoTDBRestartIT.java | 36 +-
.../apache/iotdb/db/utils/EnvironmentUtils.java | 6 +
.../org/apache/iotdb/session/pool/SessionPool.java | 53 +++
site/src/main/.vuepress/config.js | 2 +-
.../theme/global-components/Contributor.vue | 7 +
site/src/main/package.json | 2 +-
21 files changed, 230 insertions(+), 544 deletions(-)