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 8e80b33  move methods from PartitionUtils to PartitionTable
     add 139b813  fix apache header

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/cluster/ClientMain.java  | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/ClusterFileFlushPolicy.java    | 17 ++++++++++++++++-
 .../iotdb/cluster/exception/NoHeaderNodeException.java  | 17 ++++++++++++++++-
 .../cluster/exception/NotInSameGroupException.java      | 17 ++++++++++++++++-
 .../cluster/exception/NotManagedSlotException.java      | 17 ++++++++++++++++-
 .../exception/PartitionTableUnavailableException.java   | 17 ++++++++++++++++-
 .../cluster/exception/ReaderNotFoundException.java      | 17 ++++++++++++++++-
 .../cluster/exception/RequestTimeOutException.java      | 17 ++++++++++++++++-
 .../cluster/exception/UnsupportedPlanException.java     | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/log/applier/BaseApplier.java   | 17 ++++++++++++++++-
 .../iotdb/cluster/log/applier/DataLogApplier.java       | 17 ++++++++++++++++-
 .../iotdb/cluster/log/applier/MetaLogApplier.java       | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/log/logtypes/CloseFileLog.java | 17 ++++++++++++++++-
 .../log/manage/FilePartitionedSnapshotLogManager.java   | 17 ++++++++++++++++-
 .../iotdb/cluster/log/manage/MemoryLogManager.java      | 17 ++++++++++++++++-
 .../log/manage/MetaSingleSnapshotLogManager.java        | 17 ++++++++++++++++-
 .../log/manage/PartitionedSnapshotLogManager.java       | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/partition/PartitionGroup.java  | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/server/DataClusterServer.java  | 17 ++++++++++++++++-
 .../server/handlers/caller/AppendGroupEntryHandler.java | 17 ++++++++++++++++-
 .../cluster/server/handlers/caller/GenericHandler.java  | 17 ++++++++++++++++-
 .../server/handlers/caller/NodeStatusHandler.java       | 17 ++++++++++++++++-
 .../server/handlers/caller/PullSnapshotHandler.java     | 17 ++++++++++++++++-
 .../handlers/caller/PullTimeseriesSchemaHandler.java    | 17 ++++++++++++++++-
 .../server/handlers/caller/SnapshotCatchUpHandler.java  | 17 ++++++++++++++++-
 .../server/handlers/forwarder/ForwardPlanHandler.java   | 17 ++++++++++++++++-
 .../cluster/server/heartbeat/DataHeartBeatThread.java   | 17 ++++++++++++++++-
 .../iotdb/cluster/server/heartbeat/HeartBeatThread.java | 17 ++++++++++++++++-
 .../cluster/server/heartbeat/MetaHeartBeatThread.java   | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/server/member/RaftMember.java  | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/client/ClientPoolTest.java | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/common/EnvironmentUtils.java   | 17 ++++++++++++++++-
 .../java/org/apache/iotdb/cluster/common/IoTDBTest.java | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/common/TestClient.java     | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/common/TestClientFactory.java  | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/common/TestDataClient.java | 17 ++++++++++++++++-
 .../iotdb/cluster/common/TestDataGroupMember.java       | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/common/TestException.java  | 17 ++++++++++++++++-
 .../java/org/apache/iotdb/cluster/common/TestLog.java   | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/common/TestLogApplier.java | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/common/TestLogManager.java | 17 ++++++++++++++++-
 .../iotdb/cluster/common/TestManagedSeriesReader.java   | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/common/TestMetaClient.java | 17 ++++++++++++++++-
 .../iotdb/cluster/common/TestMetaGroupMember.java       | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/common/TestPartitionTable.java | 17 ++++++++++++++++-
 .../iotdb/cluster/common/TestPartitionedLogManager.java | 17 ++++++++++++++++-
 .../iotdb/cluster/common/TestRemoteFileSnapshot.java    | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/common/TestSnapshot.java   | 17 ++++++++++++++++-
 .../java/org/apache/iotdb/cluster/common/TestUtils.java | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/log/LogParserTest.java     | 17 ++++++++++++++++-
 .../iotdb/cluster/log/applier/DataLogApplierTest.java   | 17 ++++++++++++++++-
 .../iotdb/cluster/log/applier/MetaLogApplierTest.java   | 17 ++++++++++++++++-
 .../iotdb/cluster/log/catchup/LogCatchUpTaskTest.java   | 17 ++++++++++++++++-
 .../cluster/log/catchup/SnapshotCatchUpTaskTest.java    | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/log/client/ClientPoolTest.java | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/log/log/LogParserTest.java | 17 ++++++++++++++++-
 .../cluster/log/log/applier/DataLogApplierTest.java     | 17 ++++++++++++++++-
 .../cluster/log/log/applier/MetaLogApplierTest.java     | 17 ++++++++++++++++-
 .../cluster/log/log/catchup/LogCatchUpTaskTest.java     | 17 ++++++++++++++++-
 .../log/log/catchup/SnapshotCatchUpTaskTest.java        | 17 ++++++++++++++++-
 .../cluster/log/log/logtypes/SerializeLogTest.java      | 17 ++++++++++++++++-
 .../manage/FilePartitionedSnapshotLogManagerTest.java   | 17 ++++++++++++++++-
 .../cluster/log/log/manage/MemoryLogManagerTest.java    | 17 ++++++++++++++++-
 .../log/manage/MetaSingleSnapshotLogManagerTest.java    | 17 ++++++++++++++++-
 .../cluster/log/log/snapshot/PullSnapshotTaskTest.java  | 17 ++++++++++++++++-
 .../cluster/log/log/snapshot/SnapshotSerializeTest.java | 17 ++++++++++++++++-
 .../iotdb/cluster/log/logtypes/SerializeLogTest.java    | 17 ++++++++++++++++-
 .../manage/FilePartitionedSnapshotLogManagerTest.java   | 17 ++++++++++++++++-
 .../iotdb/cluster/log/manage/MemoryLogManagerTest.java  | 17 ++++++++++++++++-
 .../log/manage/MetaSingleSnapshotLogManagerTest.java    | 17 ++++++++++++++++-
 .../cluster/log/partition/SlotPartitionTableTest.java   | 17 ++++++++++++++++-
 .../log/query/manage/ClusterQueryManagerTest.java       | 17 ++++++++++++++++-
 .../cluster/log/query/manage/QueryCoordinatorTest.java  | 17 ++++++++++++++++-
 .../cluster/log/snapshot/PullSnapshotTaskTest.java      | 17 ++++++++++++++++-
 .../cluster/log/snapshot/SnapshotSerializeTest.java     | 17 ++++++++++++++++-
 .../org/apache/iotdb/cluster/query/BaseQueryTest.java   | 17 ++++++++++++++++-
 .../cluster/query/ClusterDataQueryExecutorTest.java     | 17 ++++++++++++++++-
 .../cluster/query/ClusterPhysicalGeneratorTest.java     | 17 ++++++++++++++++-
 .../iotdb/cluster/query/ClusterQueryExecutorTest.java   | 17 ++++++++++++++++-
 .../iotdb/cluster/query/ClusterQueryParserTest.java     | 17 ++++++++++++++++-
 .../iotdb/cluster/query/ClusterQueryRouterTest.java     | 17 ++++++++++++++++-
 .../cluster/query/manage/ClusterQueryManagerTest.java   | 17 ++++++++++++++++-
 .../cluster/query/manage/QueryCoordinatorTest.java      | 17 ++++++++++++++++-
 .../query/reader/ClusterNodeConstructorTest.java        | 17 ++++++++++++++++-
 .../cluster/query/reader/ClusterTimeGeneratorTest.java  | 17 ++++++++++++++++-
 .../query/reader/RemoteSeriesReaderByTimestampTest.java | 17 ++++++++++++++++-
 .../query/reader/RemoteSimpleSeriesReaderTest.java      | 17 ++++++++++++++++-
 .../handlers/caller/AppendGroupEntryHandlerTest.java    | 17 ++++++++++++++++-
 .../server/handlers/caller/ElectionHandlerTest.java     | 17 ++++++++++++++++-
 .../server/handlers/caller/GenericHandlerTest.java      | 17 ++++++++++++++++-
 .../server/handlers/caller/HeartBeatHandlerTest.java    | 17 ++++++++++++++++-
 .../server/handlers/caller/JoinClusterHandlerTest.java  | 17 ++++++++++++++++-
 .../server/handlers/caller/LogCatchUpHandlerTest.java   | 17 ++++++++++++++++-
 .../server/handlers/caller/PullSnapshotHandlerTest.java | 17 ++++++++++++++++-
 .../handlers/caller/SnapshotCatchUpHandlerTest.java     | 17 ++++++++++++++++-
 .../cluster/server/member/DataGroupMemberTest.java      | 17 ++++++++++++++++-
 .../apache/iotdb/cluster/server/member/MemberTest.java  | 17 ++++++++++++++++-
 .../cluster/server/member/MetaGroupMemberTest.java      | 17 ++++++++++++++++-
 98 files changed, 1568 insertions(+), 98 deletions(-)

Reply via email to