You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/01/31 12:50:40 UTC

[incubator-iotdb] branch cluster_new updated (35b726b -> bea428c)

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 35b726b  merge with master
     add b444991  unify timePartition calculation
     add d4cb40c  fix apache header
     add bea428c  fix bug in snapshotHandler and add TODO tags

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/client/ClientFactory.java | 17 ++++++++++++-
 .../apache/iotdb/cluster/client/ClientPool.java    | 28 ++++++++++++++++++----
 .../apache/iotdb/cluster/client/DataClient.java    | 17 ++++++++++++-
 .../apache/iotdb/cluster/client/MetaClient.java    | 17 ++++++++++++-
 .../apache/iotdb/cluster/config/ClusterConfig.java | 11 ---------
 .../iotdb/cluster/log/catchup/LogCatchUpTask.java  | 18 +++++++++++++-
 .../cluster/log/catchup/SnapshotCatchUpTask.java   | 19 ++++++++++++++-
 .../iotdb/cluster/log/snapshot/FileSnapshot.java   | 17 ++++++++++++-
 .../cluster/log/snapshot/MetaSimpleSnapshot.java   | 17 ++++++++++++-
 .../cluster/log/snapshot/PartitionedSnapshot.java  | 17 ++++++++++++-
 .../cluster/log/snapshot/PullSnapshotTask.java     | 17 ++++++++++++-
 .../cluster/log/snapshot/RemoteFileSnapshot.java   | 17 ++++++++++++-
 .../iotdb/cluster/log/snapshot/RemoteSnapshot.java | 17 ++++++++++++-
 .../iotdb/cluster/log/snapshot/SimpleSnapshot.java | 17 ++++++++++++-
 .../cluster/log/snapshot/SnapshotFactory.java      | 17 ++++++++++++-
 .../log/snapshot/TimeseriesSchemaSnapshot.java     | 17 ++++++++++++-
 .../iotdb/cluster/partition/PartitionTable.java    |  4 +++-
 .../cluster/partition/SlotPartitionTable.java      |  5 ----
 .../cluster/query/ClusterDataQueryExecutor.java    | 17 ++++++++++++-
 .../cluster/query/ClusterPhysicalGenerator.java    | 17 ++++++++++++-
 .../iotdb/cluster/query/ClusterQueryExecutor.java  | 17 ++++++++++++-
 .../iotdb/cluster/query/ClusterQueryParser.java    | 17 ++++++++++++-
 .../iotdb/cluster/query/ClusterQueryRouter.java    | 17 ++++++++++++-
 .../iotdb/cluster/query/RemoteQueryContext.java    | 17 ++++++++++++-
 .../cluster/query/manage/ClusterQueryManager.java  | 17 ++++++++++++-
 .../iotdb/cluster/query/manage/NodeStatus.java     | 17 ++++++++++++-
 .../cluster/query/manage/QueryCoordinator.java     | 17 ++++++++++++-
 .../query/reader/ClusterNodeConstructor.java       | 17 ++++++++++++-
 .../cluster/query/reader/ClusterTimeGenerator.java | 17 ++++++++++++-
 .../reader/RemoteSeriesReaderByTimestamp.java      | 17 ++++++++++++-
 .../query/reader/RemoteSimpleSeriesReader.java     | 17 ++++++++++++-
 .../apache/iotdb/cluster/server/ClientServer.java  | 17 ++++++++++++-
 .../iotdb/cluster/server/MetaClusterServer.java    |  4 +++-
 .../org/apache/iotdb/cluster/server/Response.java  | 17 ++++++++++++-
 .../handlers/caller/SnapshotCatchUpHandler.java    |  3 +++
 .../cluster/server/member/DataGroupMember.java     | 17 ++++++++++++-
 .../cluster/server/member/MetaGroupMember.java     |  5 ++++
 .../iotdb/cluster/server/member/RaftMember.java    |  6 ++++-
 .../iotdb/cluster/server/member/package-info.java  | 17 ++++++++++++-
 .../iotdb/cluster/utils/ClusterConsistent.java     | 17 ++++++++++++-
 .../apache/iotdb/cluster/utils/PartitionUtils.java |  5 ++--
 .../apache/iotdb/cluster/utils/SerializeUtils.java | 17 ++++++++++++-
 .../apache/iotdb/cluster/utils/StatusUtils.java    | 17 ++++++++++++-
 .../caller/AppendNodeEntryHandlerTest.java         | 17 ++++++++++++-
 .../caller/PullTimeseriesSchemaHandlerTest.java    | 17 ++++++++++++-
 .../handlers/forwarder/ForwardPlanHandlerTest.java | 17 ++++++++++++-
 .../forwarder/GenericForwardHandlerTest.java       | 17 ++++++++++++-
 .../server/heartbeat/DataHeartBeatThreadTest.java  | 17 ++++++++++++-
 .../server/heartbeat/HeartBeatThreadTest.java      | 17 ++++++++++++-
 .../server/heartbeat/MetaHeartBeatThreadTest.java  | 17 ++++++++++++-
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  4 +++-
 51 files changed, 706 insertions(+), 69 deletions(-)