Do all master nodes update their states when we dynamically add them into an OrientDB cluster? I mean if we already have a running master node with some data, can we be sure this data will be replicated to a new master node?
Asked
Active
Viewed 79 times
1 Answers
1
It depends by the configuration. By default you have a full replica, so as soon as a new node joins, the entire database is deployed on the new node (autoDeploy:true
).

Lvca
- 8,938
- 2
- 24
- 25