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 7b92bc9  add config test
     new 18cfd8e  add read consistency
     new 9968349  reconstruct Non query executor
     new d2bca5f  Merge branch 'cluster' of github.com:apache/incubator-iotdb 
into cluster

The 1646 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:
 cluster/data/system/schema/mlog.txt                |   0
 .../apache/iotdb/cluster/callback/BatchQPTask.java |  12 +-
 .../iotdb/cluster/config/ClusterConstant.java      |   9 +
 .../org/apache/iotdb/cluster/entity/Server.java    |   1 -
 .../cluster/entity/raft/DataStateMachine.java      |  51 ++--
 .../exception/ConsistencyLevelException.java       |  15 +-
 .../apache/iotdb/cluster/qp/ClusterQPExecutor.java |  59 ++---
 .../cluster/qp/executor/NonQueryExecutor.java      | 264 +++++++--------------
 .../cluster/qp/executor/QueryMetadataExecutor.java | 156 +++++++-----
 .../cluster/rpc/impl/RaftNodeAsClientManager.java  |  11 +-
 .../processor/DataGroupNonQueryAsyncProcessor.java |   5 +-
 .../QueryMetadataInStringAsyncProcessor.java       |  41 ++--
 .../processor/QueryTimeSeriesAsyncProcessor.java   |  61 +++--
 ...meSeriesRequest.java => BasicQueryRequest.java} |  22 +-
 .../rpc/request/QueryMetadataInStringRequest.java  |   6 +-
 .../rpc/request/QueryStorageGroupRequest.java      |   6 +-
 .../rpc/request/QueryTimeSeriesRequest.java        |   6 +-
 .../rpc/response/MetaGroupNonQueryResponse.java    |   3 +-
 .../response/QueryMetadataInStringResponse.java    |  15 +-
 .../cluster/rpc/service/TSServiceClusterImpl.java  |   4 +-
 .../org/apache/iotdb/cluster/utils/RaftUtils.java  |  10 +-
 .../apache/iotdb/cluster/utils/hash/MD5Hash.java   |   8 +-
 .../apache/iotdb/cluster/utils/hash/Router.java    |   9 +-
 .../iotdb/cluster/qp/ClusterQPExecutorTest.java    |  12 +-
 24 files changed, 387 insertions(+), 399 deletions(-)
 create mode 100644 cluster/data/system/schema/mlog.txt
 copy 
iotdb/src/main/java/org/apache/iotdb/db/exception/FileNodeProcessorException.java
 => 
cluster/src/main/java/org/apache/iotdb/cluster/exception/ConsistencyLevelException.java
 (70%)
 copy 
cluster/src/main/java/org/apache/iotdb/cluster/rpc/request/{QueryTimeSeriesRequest.java
 => BasicQueryRequest.java} (65%)

Reply via email to