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/19 13:31:21 UTC

[incubator-iotdb] branch cluster_read updated (833e277 -> 3106615)

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

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


    from 833e277  fix issue of remote query finish
     new 6df0565  add config file generator
     new 075e3b5  update
     new 7cecbcb  Manage RaftNodeAsClient in cluster  (#155)
     new 5a1d73e  Merge branch 'cluster' of github.com:apache/incubator-iotdb into cluster
     new 3106615  merge cluster

The 1783 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:
 cluster/script/deploy.sh                           |  57 ++------
 cluster/script/stop.sh                             |  21 ++-
 .../org/apache/iotdb/cluster/entity/Server.java    |   3 +-
 .../cluster/qp/executor/AbstractQPExecutor.java    |   9 --
 .../rpc/raft/impl/RaftNodeAsClientManager.java     | 160 +++++++++++++++------
 .../integration/IoTDBMetadataFetchRemoteIT.java    |  58 +-------
 .../cluster/utils/ClusterConfigureGenerator.java   |  27 ++--
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  12 ++
 8 files changed, 172 insertions(+), 175 deletions(-)