This is an automated email from the ASF dual-hosted git repository.
lta pushed a change to branch cluster_framework
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from e9b6efa reformat codes
add f691bc2 modify node as client manager
add c37f9e8 modify it
No new revisions were added by this update.
Summary of changes:
.../concurrent/pool/NodeAsClientThreadManager.java | 2 +-
.../cluster/concurrent/pool/ThreadPoolManager.java | 6 +-
.../apache/iotdb/cluster/config/ClusterConfig.java | 32 ++---
.../iotdb/cluster/config/ClusterConstant.java | 2 +-
.../iotdb/cluster/config/ClusterDescriptor.java | 14 +-
.../org/apache/iotdb/cluster/entity/Server.java | 5 +-
.../cluster/qp/executor/AbstractQPExecutor.java | 17 +--
.../cluster/qp/executor/NonQueryExecutor.java | 25 ++--
.../cluster/qp/executor/QueryMetadataExecutor.java | 27 ++--
.../apache/iotdb/cluster/qp/task/BatchQPTask.java | 7 +-
.../org/apache/iotdb/cluster/qp/task/QPTask.java | 14 ++
.../iotdb/cluster/rpc/raft/NodeAsClient.java | 18 ++-
.../rpc/raft/impl/RaftNodeAsClientManager.java | 159 ++++++++-------------
.../iotdb/cluster/utils/QPExecutorUtils.java | 4 +-
.../org/apache/iotdb/cluster/utils/RaftUtils.java | 56 +++-----
.../cluster/config/ClusterDescriptorTest.java | 14 +-
.../integration/IoTDBMetadataFetchAbstract.java | 60 ++++----
iotdb/iotdb/conf/iotdb-cluster.properties | 9 +-
18 files changed, 216 insertions(+), 255 deletions(-)