You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ch...@apache.org on 2020/11/25 14:37:11 UTC

[iotdb] branch cluster_new updated (3fc0ae9 -> e768b69)

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

chaow pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from 3fc0ae9  Merge pull request #2113 from mychaow/cluster_new
     add f06eae9  add comment for startup
     add c067933  add docs to claim which parameters are unused; set auto_create_schema as true in iotdb-engine.proeprties
     add 5da1b87  add comment for startup
     add c717502  Merge remote-tracking branch 'origin/cluster_new' into comment_cluster_new
     add 8dd1bf9  add docs to claim which parameters are unused; set auto_create_schema as true in iotdb-engine.proeprties
     add 173b316  Merge branch 'comment_cluster_new' of github.com:apache/incubator-iotdb into comment_cluster_new
     add c08ac78  rename cerateServer() fun
     add e768b69  Merge pull request #2057 from apache/comment_cluster_new

No new revisions were added by this update.

Summary of changes:
 cluster/src/assembly/resources/conf/iotdb-engine.properties   |  2 +-
 cluster/src/assembly/resources/sbin/start-node.sh             |  2 +-
 .../src/main/java/org/apache/iotdb/cluster/ClusterMain.java   | 11 ++++++++++-
 .../org/apache/iotdb/cluster/server/MetaClusterServer.java    |  1 +
 .../main/java/org/apache/iotdb/cluster/server/RaftServer.java |  8 ++++----
 docs/UserGuide/Server/Cluster Setup.md                        |  9 +++++++++
 docs/zh/UserGuide/Server/Cluster Setup.md                     | 11 +++++++++++
 7 files changed, 37 insertions(+), 7 deletions(-)