You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ne...@apache.org on 2021/03/02 12:06:56 UTC

[iotdb] branch change_rpc_port updated (37fcbf3 -> 2275e31)

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

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


    from 37fcbf3  change the ip to internal_ip of node
     add 2275e31  fix the start-node.bat & fix the docs

No new revisions were added by this update.

Summary of changes:
 cluster/a.out                                      | 900 +++++++++++++++++++++
 cluster/aa.sh                                      |   5 +
 cluster/src/assembly/resources/sbin/start-node.bat |  47 +-
 .../apache/iotdb/cluster/utils/ClusterNode.java    |   2 -
 .../resources/node1conf/iotdb-engine.properties    |  12 +-
 .../resources/node2conf/iotdb-engine.properties    |  12 +-
 .../resources/node3conf/iotdb-engine.properties    |  12 +-
 docs/UserGuide/Server/Cluster Setup.md             |  20 +-
 docs/zh/UserGuide/Server/Cluster Setup.md          |  18 +-
 9 files changed, 963 insertions(+), 65 deletions(-)
 create mode 100644 cluster/a.out
 create mode 100755 cluster/aa.sh