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 bf25c71  Merge pull request #1877 from 
yhwangBonc/cluster_new_fix_conf_bug
     new 43d89ac  IOTDB-884 group createMultiTimeseriesPlan by partitionGroup
     new 006f532  modify the way of collecting the result
     new 34de940  fix some conflict
     new 2bade4f  Merge pull request #1854 from mychaow/cluster_new

The 5356 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../iotdb/cluster/query/ClusterPlanRouter.java     | 63 ++++++++++++++++++++++
 .../cluster/server/member/MetaGroupMember.java     | 57 +++++++++++++-------
 .../iotdb/cluster/server/member/RaftMember.java    |  6 +--
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  4 +-
 .../engine/storagegroup/StorageGroupProcessor.java | 10 ++--
 ...onException.java => BatchProcessException.java} |  6 +--
 .../apache/iotdb/db/qp/executor/IPlanExecutor.java |  4 +-
 .../apache/iotdb/db/qp/executor/PlanExecutor.java  | 20 +++++--
 .../apache/iotdb/db/qp/physical/PhysicalPlan.java  |  6 ++-
 .../db/qp/physical/crud/InsertTabletPlan.java      |  1 +
 .../qp/physical/sys/CreateMultiTimeSeriesPlan.java |  6 ++-
 .../org/apache/iotdb/db/service/TSServiceImpl.java | 30 +++++------
 12 files changed, 157 insertions(+), 56 deletions(-)
 rename 
server/src/main/java/org/apache/iotdb/db/exception/{BatchInsertionException.java
 => BatchProcessException.java} (88%)

Reply via email to