You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/07/21 12:58:24 UTC

[incubator-iotdb] branch TyRecover updated (71a9422 -> 48f863e)

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a change to branch TyRecover
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 71a9422  fix recover bug
     add e79d715  fix bug
     add db48ebb  Rm vm tmp file (#1528)
     add c1a1492  Merge remote-tracking branch 'origin/master' into TyRecover
     add 48f863e  add sleep

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/SessionExample.java | 545 +++++++++------------
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |   6 +-
 .../iotdb/db/engine/flush/MemTableFlushTask.java   |   7 +-
 .../iotdb/db/engine/flush/VmLogAnalyzer.java       |  31 +-
 .../org/apache/iotdb/db/engine/flush/VmLogger.java |   1 +
 .../db/engine/storagegroup/TsFileProcessor.java    |  49 +-
 .../writelog/recover/TsFileRecoverPerformer.java   |  14 +-
 .../db/engine/memtable/MemTableFlushTaskTest.java  |   3 +-
 .../tsfile/common/constant/TsFileConstant.java     |   1 -
 .../write/writer/RestorableTsFileIOWriter.java     |   4 +
 10 files changed, 275 insertions(+), 386 deletions(-)