You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/03/25 01:41:36 UTC

[incubator-iotdb] branch new_TsFile updated (6fee3f4 -> 800e20c)

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

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


    from 6fee3f4  Merge branch 'master' into new_TsFile
     add 800e20c  fix sonar

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  4 +-
 .../iotdb/db/engine/cache/ChunkMetadataCache.java  | 40 ++++++++------
 .../iotdb/db/engine/cache/TsFileMetaDataCache.java | 37 ++++++++-----
 .../iotdb/db/engine/cache/TsFileMetadataUtils.java | 63 ----------------------
 .../engine/storagegroup/StorageGroupProcessor.java | 16 +++---
 .../org/apache/iotdb/db/utils/FileLoaderUtils.java | 16 ++++++
 .../iotdb/db/engine/memtable/MemTablePoolTest.java | 13 -----
 .../apache/iotdb/tsfile/compress/ICompressor.java  |  3 +-
 .../iotdb/tsfile/read/TsFileSequenceReader.java    |  2 -
 .../tsfile/file/metadata/TsFileMetadataTest.java   |  6 +--
 .../iotdb/tsfile/file/metadata/utils/Utils.java    |  6 +--
 11 files changed, 79 insertions(+), 127 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/engine/cache/TsFileMetadataUtils.java