Hacker News new | ask | show | jobs
by oivavoi 4413 days ago
So the locks in a Distributed version work something like the NRW concept in Riak ?
1 comments

The algorithm described more closely resembles a CP system (in its need to successfully lock the majority of instances), since it requires majority to be available and in order to lock a resource. Also it is not a tunable algorithm, at least the majority of nodes must be locked in order for the safety to be guaranteed.