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/03 06:19:48 UTC

[incubator-iotdb] branch cluster_new updated (a1ec059 -> f13b66b)

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 a1ec059  fix merge
     add f13b66b  fix get timeseries schema

No new revisions were added by this update.

Summary of changes:
 .../cluster/log/logtypes/PhysicalPlanLog.java      | 47 +---------------------
 .../iotdb/cluster/query/ClusterPlanExecutor.java   | 42 +++++++++++++++++++
 .../iotdb/cluster/server/member/RaftMember.java    |  4 +-
 .../iotdb/cluster/common/TestDataClient.java       |  2 +-
 .../cluster/server/member/MetaGroupMemberTest.java |  2 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 43 +++++++++++---------
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  | 24 ++++-------
 .../iotdb/db/qp/physical/crud/BatchInsertPlan.java |  6 +--
 .../iotdb/db/qp/physical/crud/DeletePlan.java      |  6 +--
 .../iotdb/db/qp/physical/crud/InsertPlan.java      | 33 ++-------------
 .../db/qp/physical/sys/CreateTimeSeriesPlan.java   |  4 +-
 .../db/qp/physical/sys/SetStorageGroupPlan.java    |  4 +-
 .../db/writelog/node/ExclusiveWriteLogNode.java    |  4 +-
 .../org/apache/iotdb/db/tools/WalCheckerTest.java  |  4 +-
 .../iotdb/db/writelog/io/LogWriterReaderTest.java  |  2 +-
 .../db/writelog/io/MultiFileLogReaderTest.java     |  2 +-
 16 files changed, 99 insertions(+), 130 deletions(-)