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/20 03:30:59 UTC

[incubator-iotdb] branch cluster_new updated (3e94c11 -> 67d33be)

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 3e94c11  Merge branch 'master' into cluster_new
     add 94ac16c  rename configs
     add 67d33be  Merge pull request #1515 from apache/kyy2

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-cluster.properties        | 30 +++++-----
 .../java/org/apache/iotdb/cluster/ClusterMain.java | 16 ++---
 .../apache/iotdb/cluster/config/ClusterConfig.java | 50 ++++++++--------
 .../iotdb/cluster/config/ClusterDescriptor.java    | 68 +++++++++++-----------
 .../serializable/SyncLogDequeSerializer.java       |  2 +-
 .../apache/iotdb/cluster/server/ClientServer.java  |  4 +-
 .../iotdb/cluster/server/DataClusterServer.java    |  4 +-
 .../iotdb/cluster/server/MetaClusterServer.java    |  8 +--
 .../apache/iotdb/cluster/server/RaftServer.java    |  6 +-
 .../org/apache/iotdb/cluster/common/TestUtils.java |  5 +-
 10 files changed, 96 insertions(+), 97 deletions(-)