Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aerospike cluster with different replication factors

I have a cluster with replication factor of 6 (and 6 nodes).

I want to change the replication factor to 3 without downtime.

What happens if I change the RF node by node and restart each node?

Is it possible to work?

like image 908
Daniel Cukier Avatar asked Mar 13 '23 16:03

Daniel Cukier


1 Answers

Replication factor is unanimous which means it has to be the same for all cluster nodes. It requires a cluster restart to change.

http://www.aerospike.com/docs/reference/configuration/#replication-factor

like image 69
Ben Bates Avatar answered Apr 27 '23 00:04

Ben Bates