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
|
|
[email protected]
|