issues
search
patriknw
/
akka-data-replication
Replication of CRDTs in Akka Cluster
Other
216
stars
18
forks
source link
Correction of quorum logic for 1 and 2 node clusters
#52
Closed
patriknw
closed
9 years ago
patriknw
commented
9 years ago
Removed the wrong rule that at least 3 nodes are required
The rule is simply N/2 + 1 (majority of nodes)
1 node cluster => local write is enough
2 node cluster => local + the other
Fixes #44
Fixes #44