This is an automated email from the ASF dual-hosted git repository.
xingtanzjr pushed a change to branch tiered_storage
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 4cdd85feb9a fix isSeq in the TsFileResource
new 55d8ca9978e disable compaction tmp
new f5fd6ee748d tmp test save
new 7e530030dcb Merge branch 'tiered_storage' of github.com:apache/iotdb
into tiered_storage
new d263283d704 test migration
new 860676869b3 Merge branch 'tiered_storage' of github.com:apache/iotdb
into tiered_storage
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/iotdb/commons/conf/CommonConfig.java | 2 +-
.../iotdb/os/HybridFileInputFactoryDecorator.java | 2 +-
.../org/apache/iotdb/os/cache/OSFileCache.java | 8 ++-
.../org/apache/iotdb/os/cache/OSFileCacheKey.java | 4 ++
.../apache/iotdb/os/conf/ObjectStorageConfig.java | 8 +--
.../iotdb/os/conf/provider/OSProviderConfig.java | 2 +-
.../apache/iotdb/os/conf/provider/TestConfig.java | 2 +-
.../apache/iotdb/os/fileSystem/OSTsFileInput.java | 4 ++
.../os/io/test/TestObjectStorageConnector.java | 68 +++++++++++++++++++---
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 22 ++++---
.../iotdb/db/conf/directories/TierManager.java | 5 ++
.../iotdb/db/engine/migration/MigrationTask.java | 11 ----
.../db/engine/migration/MigrationTaskManager.java | 39 ++++++++++---
.../java/org/apache/iotdb/db/service/DataNode.java | 1 +
.../tsfile/fileSystem/fsFactory/OSFSFactory.java | 8 +--
.../org/apache/iotdb/tsfile/utils/FSUtils.java | 14 +++--
16 files changed, 148 insertions(+), 52 deletions(-)