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/25 09:55:53 UTC

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

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 d6a2f0c  Merge branch 'master' into cluster_new
     add f38c836  still fixing

No new revisions were added by this update.

Summary of changes:
 .../cluster/query/ClusterAggregateExecutor.java    |  38 +++---
 .../cluster/query/ClusterConcatPathOptimizer.java  |  23 ++++
 .../cluster/query/ClusterDataQueryExecutor.java    |  29 +++-
 .../cluster/query/ClusterPhysicalGenerator.java    |  15 ++-
 .../iotdb/cluster/query/ClusterPlanExecutor.java   |  59 ++++----
 .../apache/iotdb/cluster/query/ClusterPlanner.java |   6 +
 .../cluster/query/reader/ClusterTimeGenerator.java |   3 +-
 .../cluster/server/member/DataGroupMember.java     |   9 ++
 .../cluster/server/member/MetaGroupMember.java     | 150 ++++++++++++++++++++-
 .../org/apache/iotdb/db/metadata/MManager.java     |  39 ++++++
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  58 ++++++++
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  |  32 +++--
 .../iotdb/db/qp/strategy/PhysicalGenerator.java    |  16 ++-
 .../db/query/executor/AggregationExecutor.java     |  68 ++++++----
 .../db/query/executor/RawDataQueryExecutor.java    |   7 +-
 service-rpc/src/main/thrift/cluster.thrift         |  32 ++---
 16 files changed, 457 insertions(+), 127 deletions(-)
 create mode 100644 cluster/src/main/java/org/apache/iotdb/cluster/query/ClusterConcatPathOptimizer.java