You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/04/05 07:12:51 UTC

[incubator-iotdb] branch cluster updated (1e3c92d -> 89acd69)

This is an automated email from the ASF dual-hosted git repository.

lta pushed a change to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 1e3c92d  Merge branch 'cluster' of github.com:apache/incubator-iotdb into cluster
     new 315bbe3  add multi qp task for delete plan
     new 89acd69  add delete plan

The 1663 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:
 .../apache/iotdb/cluster/callback/BatchQPTask.java |  35 ++---
 .../apache/iotdb/cluster/callback/MultiQPTask.java |  37 +++---
 .../org/apache/iotdb/cluster/callback/QPTask.java  |  12 +-
 .../iotdb/cluster/callback/SingleQPTask.java       |   2 +-
 .../cluster/qp/executor/NonQueryExecutor.java      |  70 ++++++++--
 .../cluster/config/ClusterDescriptorTest.java      |   4 +
 .../iotdb/cluster/qp/ClusterQPExecutorTest.java    |   6 +-
 .../cluster/qp/executor/NonQueryExecutorTest.java  | 147 +++++++++++++++++++++
 .../iotdb/cluster}/utils/EnvironmentUtils.java     |  36 ++---
 .../iotdb/cluster/utils/hash/RouterTest.java       |   3 +
 .../iotdb/db/metadata/MManagerBasicTest.java       |   1 +
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |   1 +
 .../org/apache/iotdb/db/qp/QueryProcessorTest.java |   5 +
 .../apache/iotdb/db/utils/EnvironmentUtils.java    |   2 +-
 14 files changed, 272 insertions(+), 89 deletions(-)
 copy iotdb/src/main/java/org/apache/iotdb/db/engine/memtable/PrimitiveMemTable.java => cluster/src/main/java/org/apache/iotdb/cluster/callback/MultiQPTask.java (56%)
 create mode 100644 cluster/src/test/java/org/apache/iotdb/cluster/qp/executor/NonQueryExecutorTest.java
 copy {iotdb/src/test/java/org/apache/iotdb/db => cluster/src/test/java/org/apache/iotdb/cluster}/utils/EnvironmentUtils.java (87%)