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/07/09 03:31:13 UTC

[incubator-iotdb] branch cluster_new updated (3a6e418 -> 371b45b)

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 3a6e418  disable selector  thread when not using async servers
     add 2f915b4  path -> string
     add 7512091  path -> string
     add f11aea3  use exception
     add 947247b  check path
     add 52b7ce4  ignore exception
     add a5b4554  collections
     add 7321349  remove redundent
     add 1cc1eb6  collections
     add b8ff795  fix conflict
     add 371b45b  Merge pull request #1466 from apache/kyy3

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 12 ++++
 .../cluster/server/member/MetaGroupMember.java     | 67 +++++++++++++++++++++-
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  |  2 +
 .../db/qp/physical/crud/DeletePartitionPlan.java   |  8 ++-
 .../iotdb/db/qp/physical/crud/DeletePlan.java      |  9 +++
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   | 10 +++-
 .../db/qp/physical/crud/InsertTabletPlan.java      | 17 ++++++
 .../iotdb/db/qp/physical/crud/QueryPlan.java       | 10 ++++
 .../iotdb/db/qp/physical/crud/UpdatePlan.java      | 22 +++----
 .../db/qp/physical/sys/AlterTimeSeriesPlan.java    |  6 ++
 .../iotdb/db/qp/physical/sys/AuthorPlan.java       | 14 +++--
 .../iotdb/db/qp/physical/sys/ClearCachePlan.java   |  8 ++-
 .../db/qp/physical/sys/CreateSnapshotPlan.java     |  8 ++-
 .../db/qp/physical/sys/CreateTimeSeriesPlan.java   | 14 +++--
 .../iotdb/db/qp/physical/sys/DataAuthPlan.java     |  8 ++-
 .../db/qp/physical/sys/DeleteStorageGroupPlan.java | 10 ++++
 .../db/qp/physical/sys/DeleteTimeSeriesPlan.java   | 13 +++++
 .../apache/iotdb/db/qp/physical/sys/FlushPlan.java | 10 ++++
 .../db/qp/physical/sys/LoadConfigurationPlan.java  |  8 ++-
 .../iotdb/db/qp/physical/sys/LoadDataPlan.java     | 14 +++--
 .../apache/iotdb/db/qp/physical/sys/MergePlan.java |  8 ++-
 .../iotdb/db/qp/physical/sys/OperateFilePlan.java  |  8 ++-
 .../db/qp/physical/sys/SetStorageGroupPlan.java    | 17 +++---
 .../iotdb/db/qp/physical/sys/SetTTLPlan.java       |  8 ++-
 .../apache/iotdb/db/qp/physical/sys/ShowPlan.java  |  8 ++-
 .../iotdb/db/qp/physical/sys/TracingPlan.java      |  8 ++-
 26 files changed, 284 insertions(+), 43 deletions(-)