You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/02/26 01:54:33 UTC

[incubator-iotdb] branch cluster_new updated (f38c836 -> 3a0dd09)

This is an automated email from the ASF dual-hosted git repository.

jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from f38c836  still fixing
     add 3a0dd09  commit before merge

No new revisions were added by this update.

Summary of changes:
 .../cluster/query/ClusterAggregateExecutor.java    |  2 +-
 .../iotdb/cluster/query/ClusterQueryRouter.java    |  5 +-
 .../cluster/query/reader/BatchedPointReader.java   | 92 ----------------------
 .../cluster/server/member/MetaGroupMember.java     |  4 +-
 .../cluster/common/TestManagedSeriesReader.java    | 34 ++++----
 .../query/manage/ClusterQueryManagerTest.java      | 44 ++++++++---
 .../query/reader/BatchedPointReaderTest.java       | 47 -----------
 .../query/reader/ClusterNodeConstructorTest.java   | 77 ------------------
 .../iotdb/db/query/executor/QueryRouter.java       |  5 +-
 9 files changed, 63 insertions(+), 247 deletions(-)
 delete mode 100644 cluster/src/main/java/org/apache/iotdb/cluster/query/reader/BatchedPointReader.java
 delete mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/reader/BatchedPointReaderTest.java
 delete mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/query/reader/ClusterNodeConstructorTest.java