This is an automated email from the ASF dual-hosted git repository.
lta pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 9f6eb93 fix bug of query timeseries path
new 2a9e0ab add client manager
new c24610f add some properties
new b2c539e add raft as client manager
The 1641 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/iotdb/cluster/callback/BatchQPTask.java | 4 +-
.../org/apache/iotdb/cluster/callback/QPTask.java | 9 +-
.../apache/iotdb/cluster/config/ClusterConfig.java | 69 +++-
.../iotdb/cluster/config/ClusterDescriptor.java | 20 +-
.../org/apache/iotdb/cluster/entity/Server.java | 57 ++-
.../cluster/entity/raft/DataStateMachine.java | 30 +-
.../cluster/entity/raft/MetadataStateManchine.java | 5 +
.../apache/iotdb/cluster/qp/ClusterQPExecutor.java | 58 ++-
.../cluster/qp/executor/NonQueryExecutor.java | 6 -
.../cluster/qp/executor/QueryMetadataExecutor.java | 10 +-
.../org/apache/iotdb/cluster/rpc/NodeAsClient.java | 13 +-
.../iotdb/cluster/rpc/impl/RaftNodeAsClient.java | 103 ------
.../cluster/rpc/impl/RaftNodeAsClientManager.java | 235 ++++++++++++
.../QueryMetadataInStringAsyncProcessor.java | 7 +-
.../processor/QueryTimeSeriesAsyncProcessor.java | 8 +-
.../cluster/rpc/service/TSServiceClusterImpl.java | 2 -
.../apache/iotdb/cluster/utils/hash/Router.java | 2 +-
.../iotdb/cluster/utils/hash/RouterTest.java | 12 +-
iotdb/iotdb/conf/iotdb-cluster.properties | 26 +-
.../java/org/apache/iotdb/db/sync/sender/test.java | 399 ---------------------
20 files changed, 489 insertions(+), 586 deletions(-)
delete mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/rpc/impl/RaftNodeAsClient.java
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/rpc/impl/RaftNodeAsClientManager.java
delete mode 100644
iotdb/src/main/java/org/apache/iotdb/db/sync/sender/test.java