You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/06/17 02:29:37 UTC

[incubator-iotdb] branch add_restart_test updated (fa9d71f -> 1ff4135)

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 fa9d71f  fix wal
     add 52d35ed  stop wal
     add 1ff4135  add normal stop back

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/engine/StorageEngine.java  | 15 +++++++++++++++
 .../iotdb/db/engine/storagegroup/TsFileProcessor.java   |  1 -
 .../main/java/org/apache/iotdb/db/service/IService.java |  2 ++
 .../main/java/org/apache/iotdb/db/service/IoTDB.java    |  9 ++++++++-
 .../org/apache/iotdb/db/service/RegisterManager.java    | 17 +++++++++++++++++
 .../db/writelog/manager/MultiFileLogNodeManager.java    |  1 -
 .../iotdb/db/writelog/node/ExclusiveWriteLogNode.java   |  1 +
 .../iotdb/db/integration/IoTDBRecoverUnclosedIT.java    |  4 ++--
 .../org/apache/iotdb/db/integration/IoTDBRestartIT.java |  8 ++++----
 .../org/apache/iotdb/db/utils/EnvironmentUtils.java     |  6 ++++++
 10 files changed, 55 insertions(+), 9 deletions(-)