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/iotdb.git.
from eebd888 add test output
add fbd2615 fix hardlinks are not properly removed remove a log when
create existing timeseries fix duplicated files are not properly removed during
installing snapshots
No new revisions were added by this update.
Summary of changes:
.../cluster/client/async/AsyncClientPool.java | 40 +++++++++++++++++-----
.../cluster/client/async/AsyncDataClient.java | 1 +
.../cluster/client/async/AsyncMetaClient.java | 1 +
.../apache/iotdb/cluster/log/LogDispatcher.java | 4 ++-
.../iotdb/cluster/log/snapshot/FileSnapshot.java | 25 ++++++++++++++
.../iotdb/cluster/server/DataClusterServer.java | 12 +++++++
.../iotdb/cluster/server/MetaClusterServer.java | 11 ++++++
.../server/heartbeat/DataHeartbeatThread.java | 17 ++++-----
.../cluster/server/member/DataGroupMember.java | 2 +-
.../cluster/server/member/MetaGroupMember.java | 2 +-
.../iotdb/cluster/server/member/RaftMember.java | 4 ++-
.../cluster/server/service/BaseAsyncService.java | 13 +++++++
.../cluster/server/service/BaseSyncService.java | 11 ++++++
.../cluster/server/service/DataAsyncService.java | 2 ++
.../engine/storagegroup/StorageGroupProcessor.java | 1 -
.../db/engine/storagegroup/TsFileProcessor.java | 31 ++++++++++-------
.../normal/NormalTsFileManagement.java | 2 +-
.../org/apache/iotdb/db/metadata/MManager.java | 3 +-
thrift/src/main/thrift/cluster.thrift | 7 ++++
19 files changed, 152 insertions(+), 37 deletions(-)