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 6ee0566 rename some functions
new 9a3c2cc add qp engine for executing batch statements
new c9b1b06 fix conflicts
new 3934905 fix some inconsistent code
The 1632 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 | 162 +++++++++++++++++++
.../org/apache/iotdb/cluster/callback/QPTask.java | 3 +
.../cluster/entity/raft/DataStateMachine.java | 56 ++++---
.../cluster/entity/raft/MetadataStateManchine.java | 62 +++++---
.../apache/iotdb/cluster/qp/ClusterQPExecutor.java | 28 +++-
.../cluster/qp/executor/NonQueryExecutor.java | 174 ++++++++++++++++++---
.../cluster/qp/executor/QueryMetadataExecutor.java | 25 +--
.../closure/ResponseClosure.java} | 37 +++--
.../processor/DataGroupNonQueryAsyncProcessor.java | 35 +++--
.../processor/MetaGroupNonQueryAsyncProcessor.java | 31 ++--
.../QueryMetadataInStringAsyncProcessor.java | 7 +-
.../processor/QueryTimeSeriesAsyncProcessor.java | 6 +-
.../iotdb/cluster/rpc/request/BasicRequest.java | 24 +++
.../rpc/request/DataGroupNonQueryRequest.java | 14 +-
.../rpc/request/MetaGroupNonQueryRequest.java | 14 +-
.../iotdb/cluster/rpc/response/BasicResponse.java | 52 ++++--
.../rpc/response/DataGroupNonQueryResponse.java | 8 +-
.../rpc/response/MetaGroupNonQueryResponse.java | 8 +-
.../response/QueryMetadataInStringResponse.java | 9 +-
.../rpc/response/QueryStorageGroupResponse.java | 6 +-
.../rpc/response/QueryTimeSeriesResponse.java | 10 +-
.../cluster/rpc/service/TSServiceClusterImpl.java | 166 ++++++++++++++++----
.../org/apache/iotdb/cluster/utils/RaftUtils.java | 1 +
.../apache/iotdb/cluster/utils/hash/Router.java | 18 +--
.../org/apache/iotdb/db/service/TSServiceImpl.java | 38 +++--
25 files changed, 751 insertions(+), 243 deletions(-)
create mode 100644
cluster/src/main/java/org/apache/iotdb/cluster/callback/BatchQPTask.java
rename
cluster/src/main/java/org/apache/iotdb/cluster/{callback/MultiQPTask.java =>
rpc/closure/ResponseClosure.java} (59%)