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/04/22 10:29:59 UTC

[incubator-iotdb] branch cluster_new updated (b36564c -> 1fb8d0f)

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 b36564c  fix route
     add 1fb8d0f  fix align by device fix insertion failure caused by metadata fetch exception

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 30 ++++++++++++++++++----
 .../ClusterAlignByDeviceDataSet.java}              | 30 +++++++++++++++-------
 .../apache/iotdb/cluster/server/NodeReport.java    | 17 ++++++++----
 .../cluster/server/member/DataGroupMember.java     |  4 +--
 .../cluster/server/member/MetaGroupMember.java     | 22 ++++++++--------
 .../iotdb/cluster/server/member/RaftMember.java    |  6 +++++
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 24 ++++++++++++-----
 .../db/query/dataset/AlignByDeviceDataSet.java     | 18 ++++++++-----
 8 files changed, 106 insertions(+), 45 deletions(-)
 copy cluster/src/main/java/org/apache/iotdb/cluster/query/{ClusterConcatPathOptimizer.java => dataset/ClusterAlignByDeviceDataSet.java} (55%)