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/08 09:27:42 UTC

[incubator-iotdb] branch cluster_lta updated (b48c187 -> 9a513f3)

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

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


    from b48c187  fix a bug
     new de27ed4  tide up code
     new 9a513f3  fix a bug of MManager to get all file names of a path

The 1678 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:
 .../org/apache/iotdb/cluster/entity/Server.java    |   8 +-
 .../cluster/entity/raft/DataStateMachine.java      |  17 ++-
 .../apache/iotdb/cluster/qp/ClusterQPExecutor.java |  11 +-
 .../cluster/qp/executor/NonQueryExecutor.java      |  59 ++-------
 .../cluster/qp/executor/QueryMetadataExecutor.java |  22 +---
 .../processor/DataGroupNonQueryAsyncProcessor.java |  45 ++-----
 .../processor/MetaGroupNonQueryAsyncProcessor.java |  45 ++-----
 .../QueryMetadataInStringAsyncProcessor.java       |  22 ++--
 .../processor/QueryTimeSeriesAsyncProcessor.java   |  15 +--
 .../org/apache/iotdb/cluster/utils/RaftUtils.java  | 140 +++++++++++++--------
 .../java/org/apache/iotdb/db/metadata/MGraph.java  |  10 --
 .../org/apache/iotdb/db/metadata/MManager.java     |  13 --
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  83 +++++-------
 .../iotdb/db/metadata/MManagerBasicTest.java       |  28 +++--
 .../org/apache/iotdb/db/metadata/MTreeTest.java    |  27 ++--
 15 files changed, 219 insertions(+), 326 deletions(-)