This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 49279c0 fix show timeseries
add 7e562ab add FileSnapshotTest and fix AsyncDataLogApplierTest
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/cluster/RemoteTsFileResource.java | 4 +-
.../iotdb/cluster/log/snapshot/FileSnapshot.java | 44 ++--
.../org/apache/iotdb/cluster/common/TestUtils.java | 53 +++-
.../log/applier/AsyncDataLogApplierTest.java | 1 +
.../cluster/log/snapshot/FileSnapshotTest.java | 267 +++++++++++++++++++++
.../org/apache/iotdb/db/engine/StorageEngine.java | 2 +-
.../engine/storagegroup/StorageGroupProcessor.java | 34 ++-
7 files changed, 374 insertions(+), 31 deletions(-)
create mode 100644
cluster/src/test/java/org/apache/iotdb/cluster/log/snapshot/FileSnapshotTest.java