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 9472626  reconstruct response
     new 5509e63  modify default config
     new 3394ac8  fix sonar
     new fee0bba  update
     new cac945f  fix bug of query timeseries path
     new 9f6eb93  fix bug of query timeseries path

The 1638 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  |   2 +-
 .../iotdb/cluster/callback/SingleQPTask.java       |   2 +-
 .../apache/iotdb/cluster/config/ClusterConfig.java |   2 +-
 .../entity/raft/DataPartitionRaftHolder.java       |   2 -
 .../cluster/entity/raft/MetadataRaftHolder.java    |   6 +-
 .../apache/iotdb/cluster/qp/ClusterQPExecutor.java |  23 +-
 .../cluster/qp/executor/NonQueryExecutor.java      |  10 +-
 .../cluster/qp/executor/QueryMetadataExecutor.java | 100 ++++--
 .../org/apache/iotdb/cluster/rpc/NodeAsClient.java |   6 +-
 .../iotdb/cluster/rpc/impl/RaftNodeAsClient.java   |   8 +-
 .../processor/DataGroupNonQueryAsyncProcessor.java |   2 +-
 .../processor/MetaGroupNonQueryAsyncProcessor.java |   2 +-
 .../processor/QueryTimeSeriesAsyncProcessor.java   |  13 +-
 .../iotdb/cluster/rpc/request/BasicRequest.java    |   2 +-
 .../rpc/request/DataGroupNonQueryRequest.java      |   2 -
 .../rpc/request/MetaGroupNonQueryRequest.java      |   2 -
 .../rpc/request/QueryTimeSeriesRequest.java        |   7 +-
 .../rpc/response/DataGroupNonQueryResponse.java    |   2 +-
 .../rpc/response/QueryStorageGroupResponse.java    |  16 +-
 .../rpc/response/QueryTimeSeriesResponse.java      |  18 +-
 .../cluster/rpc/service/TSServiceClusterImpl.java  |   4 +-
 .../iotdb/cluster/utils/hash/PhysicalNode.java     |   2 +-
 iotdb/iotdb/conf/iotdb-cluster.properties          |   4 +-
 .../java/org/apache/iotdb/db/sync/sender/test.java | 399 +++++++++++++++++++++
 .../java/org/apache/iotdb/db/sync/sender/test.java | 399 +++++++++++++++++++++
 26 files changed, 937 insertions(+), 102 deletions(-)
 create mode 100644 
iotdb/src/main/java/org/apache/iotdb/db/sync/sender/test.java
 create mode 100644 
iotdb/src/test/java/org/apache/iotdb/db/sync/sender/test.java

Reply via email to