Hacker News new | ask | show | jobs
by cbzoiav 1050 days ago
As the other guy says the lock is released by the server. If you don't have a mechanism to release it after a timeout, what happens if a node fails?
1 comments

RedLock automatically releases a lock after a given timeout. The server can just release it early or refresh it also.
Yes, which is what I said.

But now you have a released lock and a client that thinks they have the lock.