Y
Hacker News
new
|
ask
|
show
|
jobs
by
jeremyjh
4413 days ago
That could increase throughput if you have a lot of crashing nodes but how does it improve safety or reliability?
1 comments
nkozyra
4413 days ago
Safety? It doesn't. Reliability? because it would prevent another node from acquiring a held lock if a server is available and release a lock if a server goes down.
There would never be a dirty read possible.
link
There would never be a dirty read possible.