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 baf7ac5  Merge branch 'cluster_new' of 
https://github.com/apache/incubator-iotdb into cluster_new
     add 7fb11de  fix sonar issues

No new revisions were added by this update.

Summary of changes:
 .../cluster/client/sync/SyncClientAdaptor.java     |  29 ++++
 .../iotdb/cluster/log/StableEntryManager.java      |   2 -
 .../cluster/log/manage/CommittedEntryManager.java  |   5 +-
 .../manage/FilePartitionedSnapshotLogManager.java  |  89 ++++++----
 .../log/manage/MetaSingleSnapshotLogManager.java   |   1 +
 .../iotdb/cluster/log/manage/RaftLogManager.java   | 123 +++++++-------
 .../log/manage/serializable/LogManagerMeta.java    |   4 -
 .../serializable/SyncLogDequeSerializer.java       | 189 +++++++++++++--------
 .../cluster/log/snapshot/MetaSimpleSnapshot.java   |   3 -
 .../cluster/log/snapshot/PartitionedSnapshot.java  |  17 +-
 .../cluster/log/snapshot/PullSnapshotTask.java     |  97 +++++------
 .../log/snapshot/PullSnapshotTaskDescriptor.java   |   8 -
 .../iotdb/cluster/log/snapshot/SimpleSnapshot.java |   7 -
 .../log/snapshot/TimeseriesSchemaSnapshot.java     |   1 -
 .../iotdb/cluster/partition/PartitionGroup.java    |   4 -
 .../iotdb/cluster/partition/PartitionTable.java    |  22 +--
 .../iotdb/cluster/partition/SlotManager.java       |   2 +
 .../cluster/partition/SlotPartitionTable.java      |  34 ++--
 .../query/dataset/ClusterAlignByDeviceDataSet.java |   1 -
 .../groupby/ClusterGroupByNoVFilterDataSet.java    |   1 -
 .../query/groupby/RemoteGroupByExecutor.java       |  27 ++-
 .../cluster/query/manage/ClusterQueryManager.java  |  13 +-
 .../iotdb/cluster/query/manage/NodeStatus.java     |  20 +++
 .../cluster/log/manage/RaftLogManagerTest.java     |  28 +--
 .../serializable/SyncLogDequeSerializerTest.java   |   5 +-
 .../server/heartbeat/MetaHeartbeatThreadTest.java  |   5 -
 26 files changed, 383 insertions(+), 354 deletions(-)

Reply via email to