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/11/06 09:06:22 UTC

[iotdb] branch cluster_new updated (dc5fd2e -> 67b217f)

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/iotdb.git.


    from dc5fd2e  wait for applied index during syncleader
     add 67b217f  add plan integrity check

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/cluster/server/ClientServer.java  |  8 ++++++++
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  | 10 ++++++++++
 .../iotdb/db/qp/physical/crud/InsertPlan.java      | 18 ++++++++++++++++++
 .../iotdb/db/qp/physical/crud/InsertRowPlan.java   | 22 ++++++++++++++++++++--
 .../db/qp/physical/crud/InsertTabletPlan.java      | 17 +++++++++++++++++
 .../org/apache/iotdb/db/service/TSServiceImpl.java |  1 +
 6 files changed, 74 insertions(+), 2 deletions(-)