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/13 07:59:33 UTC

[incubator-iotdb] branch cluster_new updated (1be5583 -> 6e1a71a)

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 1be5583  [IOTDB-348] add show plan (#1018)
     add 6e1a71a  [IOTDB-348] add SetTTLPlan, DataAuthPlan and DeletePlan (#1027)

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/partition/PartitionTable.java    | 13 +---
 .../iotdb/cluster/server/DataClusterServer.java    |  4 ++
 .../cluster/server/member/MetaGroupMember.java     | 76 +++++++++++++++++-----
 .../apache/iotdb/cluster/utils/PartitionUtils.java | 17 ++++-
 .../cluster/common/TestRemoteFileSnapshot.java     |  3 +-
 .../cluster/partition/SlotPartitionTableTest.java  | 21 ++++--
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  | 23 ++++++-
 .../iotdb/db/qp/physical/crud/DeletePlan.java      | 15 ++++-
 .../iotdb/db/qp/physical/sys/DataAuthPlan.java     | 54 ++++++++++++++-
 .../iotdb/db/qp/physical/sys/SetTTLPlan.java       | 29 +++++++++
 .../apache/iotdb/db/qp/plan/PhysicalPlanTest.java  | 65 +++++++++++++++---
 11 files changed, 266 insertions(+), 54 deletions(-)