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 ab0fe8e fix tests
add 17a3f0d fix partition table is not correctly updated
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/iotdb/cluster/ClientMain.java | 10 +++++++
.../manage/FilePartitionedSnapshotLogManager.java | 32 +++++++++++++---------
.../log/manage/PartitionedSnapshotLogManager.java | 2 +-
.../cluster/partition/SlotPartitionTable.java | 15 +++++-----
.../cluster/query/filter/SlotTsFileFilter.java | 5 ++--
.../cluster/server/member/DataGroupMember.java | 8 +++---
.../apache/iotdb/cluster/utils/PartitionUtils.java | 17 ++++++------
.../FilePartitionedSnapshotLogManagerTest.java | 4 +--
.../server/heartbeat/MetaHeartBeatThreadTest.java | 2 +-
.../org/apache/iotdb/db/engine/StorageEngine.java | 20 ++++++++++----
.../org/apache/iotdb/db/utils/FilePathUtils.java | 6 ++++
11 files changed, 77 insertions(+), 44 deletions(-)