0

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?

Oleksandr
  • 3,574
  • 8
  • 41
  • 78

1 Answers1

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