You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by 戚厚亮 <ne...@163.com> on 2020/04/21 07:21:38 UTC

I've submitted a PR for issue IOTDB-574

hi, all



Now when the user starts the iotdb cluster mode, the user can only specify the cluster configuration, and cannot override the single-server configuration. This PR is to solve this problem.

usage example:
sbin/start-node.sh -meta_port 9111 -data_port 10001 -client_port 11001 -seed_nodes=127.0.0.1:9111:10001,127.0.0.1:9112:10002,127.0.0.1:9113:10003 -sc -rpc_port 7771

-sc is the separator between the cluster configuration and the single-server configuration, and the configuration after -sc is passed to the single-server

I hope this PR is helpful.




    
| |
戚厚亮
HouliangQi
|
|
neuyilan@163.com
|