You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/07/10 15:00:26 UTC

[incubator-iotdb] branch dynamic_parameters updated (6c58726 -> 5f7b9cb)

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

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


    from 6c58726  fix ut test
     add fd05a3c  [IOTDB-129]Fix statistic bug when restoring incomplete tsfile (#230)
     add 09d30d0  fix file name compare bug
     add 11d3316  Merge pull request #233 from apache/fix_file_name_compare
     add 01e5e1b  recover when resource file does not exist while tsfile is complete
     add 937d589  Merge pull request #234 from apache/enhance_resource
     add fbd0117  change a wait memtable log from debug to info level
     add 3c2e7ed  Merge branch 'master' into dynamic_parameters
     add 5f7b9cb  fix ut test

No new revisions were added by this update.

Summary of changes:
 .../engine/storagegroup/StorageGroupProcessor.java |  7 +-
 .../db/engine/storagegroup/TsFileProcessor.java    |  6 +-
 .../db/engine/storagegroup/TsFileResource.java     |  4 ++
 .../iotdb/db/qp/strategy/LogicalGenerator.java     |  6 +-
 .../org/apache/iotdb/db/rescon/MemTablePool.java   |  2 +-
 .../writelog/recover/TsFileRecoverPerformer.java   | 35 ++++++++-
 .../db/engine/memtable/MemTableFlushTaskTest.java  |  6 +-
 .../engine/modification/DeletionFileNodeTest.java  |  2 +
 .../storagegroup/StorageGroupProcessorTest.java    |  2 +-
 .../engine/storagegroup/TsFileProcessorTest.java   | 84 ++++++++++++++++++++--
 .../iotdb/db/qp/plan/LogicalPlanSmallTest.java     | 10 +--
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  | 10 +--
 .../iotdb/tsfile/common/conf/TSFileDescriptor.java |  6 +-
 .../{SystemConstant.java => TsFileConstant.java}   |  4 +-
 .../iotdb/tsfile/file/metadata/ChunkMetaData.java  | 26 ++++++-
 .../iotdb/tsfile/file/metadata/TsDigest.java       | 24 +++++++
 .../file/metadata/statistics/Statistics.java       | 14 +++-
 .../iotdb/tsfile/read/TsFileSequenceReader.java    | 17 +++++
 .../org/apache/iotdb/tsfile/read/common/Path.java  | 30 ++++----
 .../write/writer/RestorableTsFileIOWriter.java     | 16 ++---
 .../tsfile/file/metadata/utils/TestHelper.java     |  5 +-
 21 files changed, 247 insertions(+), 69 deletions(-)
 rename tsfile/src/main/java/org/apache/iotdb/tsfile/common/constant/{SystemConstant.java => TsFileConstant.java} (93%)