-
Notifications
You must be signed in to change notification settings - Fork 868
Description
my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- 3.3
Mode:
- Cluster
Storage-Engine:
- rocksdb
On this operating system:
- other: centos 6.5
We now have a cluster running with 3 nodes, and we want to add another 2 new nodes to the cluster. I tried to start the node by arangodb --starter.join 65.18.27.28:8529
while the cluster is running
but failed.
the log printed were as follows:
2018/03/16 17:09:57 Starting arangodb version 0.10.4, build 553aab6
2018/03/16 17:09:57 Contacting master http://65.18.27.28:8528...
2018/03/16 17:09:57 Cannot start because of error from master: Post http://65.18.27.28:8528/hello: dial tcp 65.18.27.28:8528: getsockopt: connection refused
In case the master node is one of the other working nodes, I tried with all the other 2 ip addresses,but got the same result.
Should I stop the cluster before adding new nodes?
I didn't found much info on line, somebody help, please...