Closed hseeberger closed 9 years ago
I agree, there is an unnecessary constrain of >= 3 nodes. Have you seen a problem with 4 nodes? What about 1 node? Is that supposed to be always successful, since 1 is enough?
Get and Update work for 3 and 4 nodes. Update fails for 2 using
Get
Update
Replicator.Update(replicatorKey, ORSet.empty, Replicator.WriteQuorum, timeout.duration)
thanks, that match the code
I agree, there is an unnecessary constrain of >= 3 nodes. Have you seen a problem with 4 nodes? What about 1 node? Is that supposed to be always successful, since 1 is enough?