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 2022/05/31 11:56:37 UTC

[iotdb] branch tsfile_name updated (1a3d5df812 -> 8057d6083f)

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

haonan pushed a change to branch tsfile_name
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 1a3d5df812 Merge branch 'tsfile_name' of https://github.com/apache/iotdb into tsfile_name
     add 8057d6083f fix ci (#6100)

No new revisions were added by this update.

Summary of changes:
 .../db/engine/storagegroup/TsFileManager.java      | 25 +++++----
 .../iotdb/db/engine/storagegroup/TsFileName.java   |  2 +-
 .../db/engine/storagegroup/TsFileResource.java     | 65 ++++++++++++++--------
 .../engine/compaction/cross/MergeUpgradeTest.java  | 24 ++------
 .../cross/RewriteCrossSpaceCompactionTest.java     | 36 ++++--------
 .../db/engine/storagegroup/TsFileManagerTest.java  |  2 +-
 .../db/query/control/FileReaderManagerTest.java    | 17 ++++--
 .../iotdb/db/tools/TsFileAndModSettleToolTest.java |  7 ++-
 .../iotdb/db/utils/TsFileRewriteToolTest.java      |  3 +-
 .../fileSystem/fsFactory/LocalFSFactory.java       |  4 +-
 10 files changed, 95 insertions(+), 90 deletions(-)