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/07/27 01:26:13 UTC

[incubator-iotdb] branch cluster_new updated (96d2205 -> a9c7717)

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 96d2205  Merge branch 'cluster_new' of https://github.com/apache/incubator-iotdb into cluster_new
     new 3f2b399  add cluster_name check
     new 0c6cbd3  fix test
     new f18384e  fix syntax
     new a9c7717  Merge pull request #1555 from LebronAl/cluster_new_config

The 4740 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:
 .../resources/conf/iotdb-cluster.properties        |  4 ++
 .../java/org/apache/iotdb/cluster/ClusterMain.java | 34 ++++++++++-------
 .../apache/iotdb/cluster/config/ClusterConfig.java | 11 ++++++
 .../iotdb/cluster/config/ClusterDescriptor.java    |  2 +
 .../iotdb/cluster/server/MetaClusterServer.java    |  4 +-
 .../cluster/server/member/MetaGroupMember.java     | 44 ++++++++++++++--------
 .../apache/iotdb/cluster/utils/ClusterUtils.java   | 27 +++++++++----
 .../org/apache/iotdb/cluster/common/TestUtils.java |  3 +-
 .../cluster/server/member/MetaGroupMemberTest.java | 16 +++++---
 thrift/src/main/thrift/cluster.thrift              |  2 +
 10 files changed, 102 insertions(+), 45 deletions(-)