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 61e8452  remove useless code
     new 7ca00da  fix  some bug
     new 2ac9056  format codes
     new 411ea77  remove groupIdMapNodeCache

The 3 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:
 .../org/apache/iotdb/cluster/entity/Server.java    | 34 ++++++++++------------
 .../cluster/entity/raft/DataStateMachine.java      |  2 +-
 .../cluster/qp/executor/QueryMetadataExecutor.java |  4 +--
 .../apache/iotdb/cluster/qp/task/BatchQPTask.java  | 10 +++----
 .../qp/task/{QueryTask.java => DataQueryTask.java} |  4 +--
 .../org/apache/iotdb/cluster/qp/task/QPTask.java   |  2 +-
 .../apache/iotdb/cluster/qp/task/SingleQPTask.java |  2 +-
 .../query/common/ClusterNullableBatchData.java     |  2 +-
 ...lusterGroupBySelectSeriesBatchReaderEntity.java |  7 +++--
 .../querynode/ClusterSelectSeriesBatchReader.java  |  3 --
 .../querynode/IClusterSeriesBatchReaderEntity.java |  4 +--
 .../cluster/query/utils/ClusterRpcReaderUtils.java | 14 +++------
 .../query/utils/ClusterTimeValuePairUtils.java     |  2 +-
 .../iotdb/cluster/rpc/raft/NodeAsClient.java       |  4 +--
 .../rpc/raft/impl/RaftNodeAsClientManager.java     | 16 +++++-----
 .../org/apache/iotdb/cluster/utils/RaftUtils.java  |  6 ++--
 .../iotdb/cluster/utils/hash/PhysicalNode.java     |  9 ++++++
 .../apache/iotdb/cluster/utils/hash/Router.java    | 26 +++--------------
 .../iotdb/cluster/utils/hash/RouterTest.java       |  2 +-
 19 files changed, 67 insertions(+), 86 deletions(-)
 rename cluster/src/main/java/org/apache/iotdb/cluster/qp/task/{QueryTask.java 
=> DataQueryTask.java} (94%)

Reply via email to